Propriété MemberCollection.Item (Int32)
Gets the specified Member from the collection by its index. In C#, this property is the indexer for the MemberCollection 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 Member
Get
'Utilisation
Dim instance As MemberCollection
Dim index As Integer
Dim value As Member
value = instance(index)
public Member this[
int index
] { get; }
public:
property Member^ default[int index] {
Member^ get (int index);
}
member Item : Member
JScript prend en charge l'utilisation de propriétés indexées, mais pas la déclaration de nouvelles propriétés.
Paramètres
- index
Type : System.Int32
The zero-based index of the Member to find.
Valeur de propriété
Type : Microsoft.AnalysisServices.AdomdClient.Member
The Member at the specified index.