Propriété Dimensions
Gets the collection of dimensions for the Aggregation object.
Espace de noms : Microsoft.AnalysisServices
Assembly : Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
Syntaxe
'Déclaration
<BrowsableAttribute(False)> _
Public ReadOnly Property Dimensions As AggregationDimensionCollection
Get
'Utilisation
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
Valeur de propriété
Type : Microsoft.AnalysisServices. . :: . .AggregationDimensionCollection
An AggregationDimensionCollectionobject.