Partition.AggregationInstanceSource Property

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

Пространство имен: Microsoft.AnalysisServices
Сборка: Microsoft.AnalysisServices (in microsoft.analysisservices.dll)

Синтаксис

'Декларация
<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)

Значение свойства

A DataSourceViewBinding object.

Синхронизация потоков

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.

Платформы

Платформы разработки

Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.

Целевые платформы

Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.

См. также

Справочник

Partition Class
Partition Members
Microsoft.AnalysisServices Namespace