Udostępnij za pośrednictwem


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

Pobiera DatabaseRole obiektu kolekcja według numeru indeksu.

Przestrzeń nazw:  Microsoft.SqlServer.Management.Smo
Zestaw:  Microsoft.SqlServer.Smo (w Microsoft.SqlServer.Smo.dll)

Składnia

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

value = instance(index)
public DatabaseRole this[
    int index
] { get; }
public:
property DatabaseRole^ default[int index] {
    DatabaseRole^ get (int index);
}
member Item : DatabaseRole
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.SqlServer.Management.Smo.DatabaseRole
A DatabaseRole wartość obiektu, który reprezentuje rola bazy danych.