AggregationInstanceAttributeCollection.Item[] Eigenschaft

Definition

Überlädt

Item[String]

Ruft das AggregationInstanceAttribute-Objekt mit der angegebenen AttributeID aus der Collection ab.

Item[Int32]

Ruft das AggregationInstanceAttribute-Objekt am angegebenen Index aus der Collection ab.

Item[String]

Ruft das AggregationInstanceAttribute-Objekt mit der angegebenen AttributeID aus der Collection ab.

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

Parameter

attributeId
String

Die AttributeID des zurückzugebenden AggregationInstanceAttribute-Objekts.

Eigenschaftswert

Das AggregationInstanceAttribute mit der angegebenen AttributeID.

Ausnahmen

Die Collection enthält kein AggregationInstanceAttribute-Objekt mit der angegebenen AttributeID.

Gilt für:

Item[Int32]

Ruft das AggregationInstanceAttribute-Objekt am angegebenen Index aus der Collection ab.

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

Parameter

index
Int32

Der nullbasierte Index des AggregationInstanceAttribute-Objekts, das zurückgegeben werden soll.

Eigenschaftswert

Das AggregationInstanceAttribute-Objekt am angegebenen Index.

Ausnahmen

Der angegebene Index ist kein gültiger Wert (kleiner als 0 (null) oder größer als die Gesamtzahl der Elemente).

Gilt für: