Share via


AggregationDimensionCollection.Item[] Propriété

Définition

Surcharges

Item[String]

Obtient le AggregationDimension avec le CubeDimensionID spécifié dans la collection.

Item[Int32]

Obtient l’objet AggregationDimension de la collection, à l’index spécifié.

Item[String]

Obtient le AggregationDimension avec le CubeDimensionID spécifié dans la collection.

public Microsoft.AnalysisServices.AggregationDimension this[string cubeDimensionId] { get; }
member this.Item(string) : Microsoft.AnalysisServices.AggregationDimension
Default Public ReadOnly Property Item(cubeDimensionId As String) As AggregationDimension

Paramètres

cubeDimensionId
String

CubeDimensionID du AggregationDimension à retourner.

Valeur de propriété

AggregationDimension avec le CubeDimensionID spécifié.

Exceptions

La collection ne contient pas de AggregationDimension avec le CubeDimensionID spécifié.

S’applique à

Item[Int32]

Obtient l’objet AggregationDimension de la collection, à l’index spécifié.

public Microsoft.AnalysisServices.AggregationDimension this[int index] { get; }
member this.Item(int) : Microsoft.AnalysisServices.AggregationDimension
Default Public ReadOnly Property Item(index As Integer) As AggregationDimension

Paramètres

index
Int32

Index de base zéro de l’objet AggregationDimension à retourner.

Valeur de propriété

AggregationDimension au niveau de l'index spécifié.

Exceptions

L’index spécifié n’est pas une valeur valide (inférieure à zéro ou supérieure au nombre total d’éléments).

S’applique à