Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Enumerates a list of the current set of key encryptions for the database master key.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly : Microsoft.SqlServer.Smo (in microsoft.sqlserver.smo.dll)
Syntax
'Declaration
Public Function EnumKeyEncryptions As DataTable
public DataTable EnumKeyEncryptions ()
public:
DataTable^ EnumKeyEncryptions ()
public DataTable EnumKeyEncryptions ()
public function EnumKeyEncryptions () : DataTable
Rückgabewert
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). |
Hinweise
Der Namespace, die Klasse oder das Element wird nur in der Version 2.0 von Microsoft .NET Framework unterstützt.
Beispiel
How to: Use a Simple SMO Method in Visual Basic .NET
Threadsicherheit
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.
Plattformen
Entwicklungsplattformen
Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.
Zielplattforme
Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.
Siehe auch
Verweis
MasterKey Class
MasterKey Members
Microsoft.SqlServer.Management.Smo Namespace