Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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