Partition.AggregationInstanceSource Property

 

Applies To: SQL Server 2016 Preview

Gets or sets the data source view for user-defined aggregations.

Namespace:   Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Syntax

[BrowsableAttribute(false)]
public DataSourceViewBinding AggregationInstanceSource { get; set; }
public:
[BrowsableAttribute(false)]
property DataSourceViewBinding^ AggregationInstanceSource {
    DataSourceViewBinding^ get();
    void set(DataSourceViewBinding^ value);
}
[<BrowsableAttribute(false)>]
member AggregationInstanceSource : DataSourceViewBinding with get, set
<BrowsableAttribute(False)>
Public Property AggregationInstanceSource As DataSourceViewBinding

Property Value

Type: Microsoft.AnalysisServices.DataSourceViewBinding

A DataSourceViewBinding object for user-defined aggregations.

See Also

Partition Class
Microsoft.AnalysisServices Namespace

Return to top