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)

Eigenschaftswert

A DataSourceViewBinding object.

Threadsicherheit

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.

Plattformen

Entwicklungsplattformen

Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.

Zielplattforme

Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.

Siehe auch

Verweis

Partition Class
Partition Members
Microsoft.AnalysisServices Namespace