Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Returns an item based on the item identifier.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
Public Function ItemById ( _
id As Integer _
) As CryptographicProvider
'Usage
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
Parameters
- id
Type: System.Int32
The specified identifier.
Return Value
Type: Microsoft.SqlServer.Management.Smo.CryptographicProvider
The cryptographic provider that has the specified identifier.
Examples
See Also
Reference
CryptographicProviderCollection Class
Microsoft.SqlServer.Management.Smo Namespace