Método CryptographicProviderCollection.ItemById
Returns an item based on the item identifier.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)
Sintaxe
'Declaração
Public Function ItemById ( _
id As Integer _
) As CryptographicProvider
'Uso
Dim instance As CryptographicProviderCollection
Dim id As Integer
Dim returnValue As CryptographicProvider
returnValue = instance.ItemById(id)
public CryptographicProvider ItemById(
int id
)
public:
CryptographicProvider^ ItemById(
int id
)
member ItemById :
id:int -> CryptographicProvider
public function ItemById(
id : int
) : CryptographicProvider
Parâmetros
- id
Tipo: System.Int32
The specified identifier.
Valor de retorno
Tipo: Microsoft.SqlServer.Management.Smo.CryptographicProvider
The cryptographic provider that has the specified identifier.
Exemplos
Consulte também
Referência
CryptographicProviderCollection Classe
Namespace Microsoft.SqlServer.Management.Smo