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
- id
Typ: System.Int32
Int32 Wartość, która jednoznacznie identyfikuje Credential obiektu jest element członkowski z CredentialCollection kolekcja.
Wartość zwracana
Typ: Microsoft.SqlServer.Management.Smo.Credential
A Credential obiekt, który ma określoną wartość Identyfikatora.
Zobacz także