Udostępnij przez


Właściwość CellPropertyCollection.Item (Int32)

Pobiera określony CellProperty z kolekcja według indeksu.W Microsoft Visual C#, ta właściwość jest indeksowanie dla CellPropertyCollection klasy

Przestrzeń nazw:  Microsoft.AnalysisServices.AdomdClient
Zestaw:  Microsoft.AnalysisServices.AdomdClient (w Microsoft.AnalysisServices.AdomdClient.dll)

Składnia

'Deklaracja
Public ReadOnly Default Property Item ( _
    index As Integer _
) As CellProperty
    Get
'Użycie
Dim instance As CellPropertyCollection
Dim index As Integer
Dim value As CellProperty

value = instance(index)
public CellProperty this[
    int index
] { get; }
public:
property CellProperty^ default[int index] {
    CellProperty^ get (int index);
}
member Item : CellProperty
Język JScript obsługuje używanie indeksowanych właściwości, ale nie obsługuje deklarowania nowych.

Parametry