Udostępnij za pośrednictwem


Metoda CredentialCollection.ItemById

Wyodrębnia element członkowski z CredentialCollection kolekcja za pomocą identyfikator unikatowy.

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 Credential
'Użycie
Dim instance As CredentialCollection
Dim id As Integer
Dim returnValue As Credential

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

Parametry

Wartość zwracana

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