Partition.AggregationInstanceSource Property
Gets or sets the data source view for user-defined aggregations.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in microsoft.analysisservices.dll)
Syntax
'Declaration
<BrowsableAttribute(False)> _
Public Property AggregationInstanceSource As DataSourceViewBinding
[BrowsableAttribute(false)]
public DataSourceViewBinding AggregationInstanceSource { get; set; }
[BrowsableAttribute(false)]
public:
property DataSourceViewBinding^ AggregationInstanceSource {
DataSourceViewBinding^ get ();
void set (DataSourceViewBinding^ value);
}
/** @property */
public DataSourceViewBinding get_AggregationInstanceSource ()
/** @property */
public void set_AggregationInstanceSource (DataSourceViewBinding value)
public function get AggregationInstanceSource () : DataSourceViewBinding
public function set AggregationInstanceSource (value : DataSourceViewBinding)
Property Value
A DataSourceViewBinding object.
Thread Safety
Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.
Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.
See Also
Reference
Partition Class
Partition Members
Microsoft.AnalysisServices Namespace