Item propriété (Int32)

Gets the specified Hierarchy from the collection by its index. In Microsoft Visual C#, this property is the indexer for the HierarchyCollectionclass.

Espace de noms :  Microsoft.AnalysisServices.AdomdServer
Assembly :  msmgdsrv (dans msmgdsrv.dll)

Syntaxe

'Déclaration
Public ReadOnly Default Property Item ( _
    index As Integer _
) As Hierarchy
    Get
'Utilisation
Dim instance As HierarchyCollection
Dim index As Integer
Dim value As Hierarchy

value = instance(index)
public Hierarchy this[
    int index
] { get; }
public:
property Hierarchy^ default[int index] {
    Hierarchy^ get (int index);
}
member Item : Hierarchy
JScript prend en charge l'utilisation de propriétés indexées, mais pas la déclaration de nouvelles propriétés.

Paramètres