Partager via


Méthode CryptographicProviderCollection.ItemById

Returns an item based on the item identifier.

Espace de noms :  Microsoft.SqlServer.Management.Smo
Assembly :  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Syntaxe

'Déclaration
Public Function ItemById ( _
    id As Integer _
) As CryptographicProvider
'Utilisation
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

Paramètres

Valeur de retour

Type : Microsoft.SqlServer.Management.Smo.CryptographicProvider
The cryptographic provider that has the specified identifier.

Exemples

Utilisation de collections

Voir aussi

Référence

CryptographicProviderCollection Classe

Espace de noms Microsoft.SqlServer.Management.Smo

Autres ressources

Utilisation de collections

Gestion de clés extensible (EKM)