Udostępnij za pośrednictwem


Metoda DatabaseRoleCollection.ItemById

Wyodrębnia element członkowski z DatabaseRoleCollection przy użyciu kolekcja identyfikator unikatowy, zdefiniowanych przez system.

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

Składnia

'Deklaracja
Public Function ItemById ( _
    id As Integer _
) As DatabaseRole
'Użycie
Dim instance As DatabaseRoleCollection
Dim id As Integer
Dim returnValue As DatabaseRole

returnValue = instance.ItemById(id)
public DatabaseRole ItemById(
    int id
)
public:
DatabaseRole^ ItemById(
    int id
)
member ItemById : 
        id:int -> DatabaseRole 
public function ItemById(
    id : int
) : DatabaseRole

Parametry

Wartość zwracana

Typ: Microsoft.SqlServer.Management.Smo.DatabaseRole
A DatabaseRole obiekt, który ma określoną wartość Identyfikatora.