Proprietà Item (String)

Gets the CubeHierarchy, with the specified identifier, from the collection.

Spazio dei nomi:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Sintassi

'Dichiarazione
Public ReadOnly Default Property Item ( _
    hierarchyId As String _
) As CubeHierarchy
    Get
'Utilizzo
Dim instance As CubeHierarchyCollection
Dim hierarchyId As String
Dim value As CubeHierarchy

value = instance(hierarchyId)
public CubeHierarchy this[
    string hierarchyId
] { get; }
public:
property CubeHierarchy^ default[String^ hierarchyId] {
    CubeHierarchy^ get (String^ hierarchyId);
}
member Item : CubeHierarchy
JScript supporta l'utilizzo di proprietà indicizzate, ma non la dichiarazione di nuove proprietà.

Parametri

Valore proprietà

Tipo: Microsoft.AnalysisServices. . :: . .CubeHierarchy
The CubeHierarchy specified by the identifier.

Eccezioni

Eccezione Condizione
ArgumentNullException

hierarchyID is a null reference (Nothing in Visual Basic).

ItemNotFoundException

hierarchyID does not exist in the collection.