Udostępnij za pośrednictwem


Właściwość AdomdRestrictionCollection.Item

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

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

Składnia

'Deklaracja
Public Default Property Item ( _
    index As Integer _
) As AdomdRestriction
    Get
    Set
'Użycie
Dim instance As AdomdRestrictionCollection
Dim index As Integer
Dim value As AdomdRestriction

value = instance(index)

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

Parametry

Wartość właściwości

Typ: Microsoft.AnalysisServices.AdomdClient.AdomdRestriction
Element pod określonym indeksem.