Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Returns an item based on the item identifier.
Espacio de nombres: Microsoft.SqlServer.Management.Smo
Ensamblado: Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
Sintaxis
'Declaración
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 devuelto
Tipo: Microsoft.SqlServer.Management.Smo.CryptographicProvider
The cryptographic provider that has the specified identifier.
Ejemplos
Vea también
Referencia
CryptographicProviderCollection Clase
Espacio de nombres Microsoft.SqlServer.Management.Smo