Skip to content

Latest commit

 

History

History
67 lines (54 loc) · 2.4 KB

File metadata and controls

67 lines (54 loc) · 2.4 KB
title AggregationInstanceSource Element (ASSL) | Microsoft Docs
ms.custom
ms.date 03/06/2017
ms.prod sql-server-2016
ms.reviewer
ms.suite
ms.technology
analysis-services
docset-sql-devref
ms.tgt_pltfrm
ms.topic reference
apiname
AggregationInstanceSource Element
apilocation
apitype Schema
applies_to
SQL Server 2016 Preview
helpviewer_keywords
AggregationInstanceSource element
ms.assetid ab58c817-eb2b-4974-8470-2946ca5affea
caps.latest.revision 12
author Minewiskan
ms.author owend
manager erikre

AggregationInstanceSource Element (ASSL)

Identifies the source of data for user-defined aggregation instances bound to a Partition element.

Syntax

  
<Partition>  
   ...  
   <AggregationInstanceSource xsi:type="DataSourceViewBinding">...</AggregationInstanceSource>  
   ...  
</Partition>  

Element Characteristics

Characteristic Description
Data type and length DataSourceViewBinding
Default value None
Cardinality 0-1: Optional element that can occur once and only once.

Element Relationships

Relationship Element
Parent elements Partition
Child elements None

Remarks

If this element is missing or set to a blank string, the data source view of the cube that owns the partition is used by default.

For additional information about the Binding type, including tables of Analysis Services Scripting Language (ASSL) objects of the Binding type and the inheritance hierarchy of Binding types, see Binding Data Type (ASSL).

For an overview of data bindings in ASSL, see Data Sources and Bindings (SSAS Multidimensional).

See Also

Properties (ASSL)