Propriété MemberPropertyCollection.Item (Int32)
Gets the specified MemberProperty from the collection by its index. In C#, this property is the indexer for the MemberPropertyCollection 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 MemberProperty
Get
'Utilisation
Dim instance As MemberPropertyCollection
Dim index As Integer
Dim value As MemberProperty
value = instance(index)
public MemberProperty this[
int index
] { get; }
public:
property MemberProperty^ default[int index] {
MemberProperty^ get (int index);
}
member Item : MemberProperty
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 MemberProperty to find.
Valeur de propriété
Type : Microsoft.AnalysisServices.AdomdClient.MemberProperty
The MemberProperty at the specified index.