共用方式為


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.