AggregationDesigns 属性
Gets the AggregationDesigns collection for a MeasureGroup.
命名空间: Microsoft.AnalysisServices
程序集: Microsoft.AnalysisServices(在 Microsoft.AnalysisServices.dll 中)
语法
声明
<BrowsableAttribute(False)> _
Public ReadOnly Property AggregationDesigns As AggregationDesignCollection
Get
用法
Dim instance As MeasureGroup
Dim value As AggregationDesignCollection
value = instance.AggregationDesigns
[BrowsableAttribute(false)]
public AggregationDesignCollection AggregationDesigns { get; }
[BrowsableAttribute(false)]
public:
property AggregationDesignCollection^ AggregationDesigns {
AggregationDesignCollection^ get ();
}
[<BrowsableAttribute(false)>]
member AggregationDesigns : AggregationDesignCollection
function get AggregationDesigns () : AggregationDesignCollection
属性值
类型:Microsoft.AnalysisServices. . :: . .AggregationDesignCollection
A collection of AggregationDesigns.