Partager via


Méthode SymmetricKey.EnumKeyEncryptions

Enumerates a list of key encryptions associated with the symmetric key.

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

Syntaxe

'Déclaration
Public Function EnumKeyEncryptions As DataTable
'Utilisation
Dim instance As SymmetricKey 
Dim returnValue As DataTable 

returnValue = instance.EnumKeyEncryptions()
public DataTable EnumKeyEncryptions()
public:
DataTable^ EnumKeyEncryptions()
member EnumKeyEncryptions : unit -> DataTable
public function EnumKeyEncryptions() : DataTable

Valeur de retour

Type : System.Data.DataTable
An DataTable system object value that contains a list of key encryptions associated with the symmetric key.

Exemples

Utilisation du chiffrement

Voir aussi

Référence

SymmetricKey Classe

Espace de noms Microsoft.SqlServer.Management.Smo

Autres ressources

Hiérarchie de chiffrement

CREATE SYMMETRIC KEY (Transact-SQL)