Partager via


Propriété Item (Int32)

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

Espace de noms :  Microsoft.AnalysisServices.AdomdClient
Assembly :  Microsoft.AnalysisServices.AdomdClient (en Microsoft.AnalysisServices.AdomdClient.dll)

Syntaxe

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

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

Paramètres