Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Enumerates a list of the current set of key encryptions for the database master key.
Espace de noms: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in microsoft.sqlserver.smo.dll)
Syntaxe
'Déclaration
Public Function EnumKeyEncryptions As DataTable
public DataTable EnumKeyEncryptions ()
public:
DataTable^ EnumKeyEncryptions ()
public DataTable EnumKeyEncryptions ()
public function EnumKeyEncryptions () : DataTable
Valeur de retour
A DataTable system object value that contains the list of current key encryptions for the database master key. The table describes the different columns of the returned DataTable.
Column |
Data type |
Description |
Urn |
The URN string that specifies the referenced master key. |
|
Thumbprint |
Byte[] |
The thumbprint byte array associated with the master key. For more information, see sys.key_encryptions (Transact-SQL). |
SymmetricKeyEncryptionType |
String |
The symmetric key encryption type. For more information, see SymmetricKeyEncryptionType class. |
CryptProperty |
Byte[] |
The byte array that describes the crypt property. For more information, see sys.key_encryptions (Transact-SQL). |
Notes
Cet espace de noms, cette classe ou ce membre est pris en charge uniquement par la version 2.0 de Microsoft .NET Framework.
Exemple
How to: Use a Simple SMO Method in Visual Basic .NET
Sécurité des threads
Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Plateformes
Plateformes de développement
Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.
Plateformes cibles
Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.
Voir aussi
Référence
MasterKey Class
MasterKey Members
Microsoft.SqlServer.Management.Smo Namespace