Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
Gets the PerspectiveDimension that has 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 PerspectiveDimension
Get
'Usage
Dim instance As PerspectiveDimensionCollection
Dim cubeDimensionId As String
Dim value As PerspectiveDimension
value = instance(cubeDimensionId)
public PerspectiveDimension this[
string cubeDimensionId
] { get; }
public:
property PerspectiveDimension^ default[String^ cubeDimensionId] {
PerspectiveDimension^ get (String^ cubeDimensionId);
}
member Item : PerspectiveDimension
JScript supports the use of indexed properties, but not the declaration of new ones.
Parameters
- cubeDimensionId
Type: System.String
The identifier of the PerspectiveDimension to return.
Property Value
Type: Microsoft.AnalysisServices.PerspectiveDimension
The PerspectiveDimension specified by the identifier.
Exceptions
| Exception | Condition |
|---|---|
| ArgumentNullException | cubeDimensionID is a null reference (Nothing in Visual Basic). |
| ItemNotFoundException | cubeDimensionID does not exist in the collection. |