Metoda AsymmetricKeyCollection.ItemById
Wyodrębnia element członkowski z AsymmetricKeyCollection kolekcja za pomocą 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 AsymmetricKey
'Użycie
Dim instance As AsymmetricKeyCollection
Dim id As Integer
Dim returnValue As AsymmetricKey
returnValue = instance.ItemById(id)
public AsymmetricKey ItemById(
int id
)
public:
AsymmetricKey^ ItemById(
int id
)
member ItemById :
id:int -> AsymmetricKey
public function ItemById(
id : int
) : AsymmetricKey
Parametry
- id
Typ: System.Int32
A Int32 wartość, która jednoznacznie identyfikuje
AsymmetricKey obiekt jest element członkowski z
AsymmetricKeyCollection Kolekcja.
Wartość zwracana
Typ: Microsoft.SqlServer.Management.Smo.AsymmetricKey
A AsymmetricKey obiekt, który ma określoną wartość Identyfikatora.
Zobacz także