Item-Eigenschaft (String)
Gets the AggregationDesignDimension, with the specified identifier, from the collection.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public ReadOnly Default Property Item ( _
cubeDimensionId As String _
) As AggregationDesignDimension
Get
'Usage
Dim instance As AggregationDesignDimensionCollection
Dim cubeDimensionId As String
Dim value As AggregationDesignDimension
value = instance(cubeDimensionId)
public AggregationDesignDimension this[
string cubeDimensionId
] { get; }
public:
property AggregationDesignDimension^ default[String^ cubeDimensionId] {
AggregationDesignDimension^ get (String^ cubeDimensionId);
}
member Item : AggregationDesignDimension
JScript unterstützt die Verwendung indizierter Eigenschaften, aber nicht die Deklaration neuer Eigenschaften.
Parameter
- cubeDimensionId
Typ: System. . :: . .String
Eigenschaftswert
Typ: Microsoft.AnalysisServices. . :: . .AggregationDesignDimension
The AggregationDesignDimension specified by the identifier.
Ausnahmen
Ausnahme | Bedingung |
---|---|
ArgumentNullException | cubeDimensionID is a null reference (Nothing in Visual Basic). |
ItemNotFoundException | cubeDimensionID does not exist in the collection. |