共用方式為


Aggregation.Dimensions 屬性

Gets the collection of dimensions for the Aggregation object.

命名空間:  Microsoft.AnalysisServices
組件:  Microsoft.AnalysisServices (在 Microsoft.AnalysisServices.dll 中)

語法

'宣告
<BrowsableAttribute(False)> _
Public ReadOnly Property Dimensions As AggregationDimensionCollection 
    Get
'用途
Dim instance As Aggregation 
Dim value As AggregationDimensionCollection 

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

屬性值

型別:Microsoft.AnalysisServices.AggregationDimensionCollection
An AggregationDimensionCollectionobject.

請參閱

參考

Aggregation 類別

Microsoft.AnalysisServices 命名空間