Proprietà PropertyCollection.Item (Int32)

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

Spazio dei nomi  Microsoft.AnalysisServices.AdomdClient
Assembly:  Microsoft.AnalysisServices.AdomdClient (in Microsoft.AnalysisServices.AdomdClient.dll)

Sintassi

'Dichiarazione
Public ReadOnly Default Property Item ( _
    index As Integer _
) As Property 
    Get
'Utilizzo
Dim instance As PropertyCollection 
Dim index As Integer 
Dim value As [Property]

value = instance(index)
public Property this[
    int index
] { get; }
public:
property Property^ default[int index] {
    Property^ get (int index);
}
member Item : Property
JScript supporta l'utilizzo di proprietà indicizzate, ma non la dichiarazione di nuove proprietà.

Parametri

Valore proprietà

Tipo: Microsoft.AnalysisServices.AdomdClient.Property
The Property at the specified index.

Vedere anche

Riferimento

PropertyCollection Classe

Overload Item

Spazio dei nomi Microsoft.AnalysisServices.AdomdClient