Partition.AggregationInstanceSource Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the data source view for user-defined aggregations.
[System.ComponentModel.Browsable(false)]
public Microsoft.AnalysisServices.DataSourceViewBinding AggregationInstanceSource { get; set; }
[<System.ComponentModel.Browsable(false)>]
member this.AggregationInstanceSource : Microsoft.AnalysisServices.DataSourceViewBinding with get, set
Public Property AggregationInstanceSource As DataSourceViewBinding
Property Value
A DataSourceViewBinding object for user-defined aggregations.
- Attributes