Partager via


Propriété Item (String)

Gets the specified Axis from the AxisCollection collection by its name. 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 String _
) As Axis
    Get
'Utilisation
Dim instance As AxisCollection
Dim index As String
Dim value As Axis

value = instance(index)
public Axis this[
    string index
] { get; }
public:
property Axis^ default[String^ index] {
    Axis^ get (String^ 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