AggregationDesign 属性

Gets the aggregation design object for the partition.

命名空间:  Microsoft.AnalysisServices
程序集:  Microsoft.AnalysisServices(在 Microsoft.AnalysisServices.dll 中)

语法

声明
<BrowsableAttribute(False)> _
Public ReadOnly Property AggregationDesign As AggregationDesign
    Get
用法
Dim instance As Partition
Dim value As AggregationDesign

value = instance.AggregationDesign
[BrowsableAttribute(false)]
public AggregationDesign AggregationDesign { get; }
[BrowsableAttribute(false)]
public:
property AggregationDesign^ AggregationDesign {
    AggregationDesign^ get ();
}
[<BrowsableAttribute(false)>]
member AggregationDesign : AggregationDesign
function get AggregationDesign () : AggregationDesign

属性值

类型:Microsoft.AnalysisServices. . :: . .AggregationDesign
An AggregationDesign object.