Udostępnij za pośrednictwem


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

Pobiera CellPermission pod określonym indeksem z kolekcja.

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

Składnia

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

value = instance(index)
public CellPermission this[
    int index
] { get; }
public:
property CellPermission^ default[int index] {
    CellPermission^ get (int index);
}
member Item : CellPermission
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.CellPermission
CellPermission Pod określonym indeksem.

Wyjątki

Wyjątek Warunek
ArgumentOutOfRangeException

indexjest mniejszy od zera.

- lub -

indexjest równa lub większa niż [H:Microsoft.AnalysisServices.ModelComponentCollection.Count].