Database.MasterKey Property
Gets the master key used to encrypt the private keys of certificates.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly : Microsoft.SqlServer.Smo (in microsoft.sqlserver.smo.dll)
Syntax
'Declaration
Public ReadOnly Property MasterKey As MasterKey
public MasterKey MasterKey { get; }
public:
property MasterKey^ MasterKey {
MasterKey^ get ();
}
/** @property */
public MasterKey get_MasterKey ()
public function get MasterKey () : MasterKey
Eigenschaftswert
A MasterKey object value that specifies the master key used to encrypt the private keys of certificates. The database master key can be encrypted by the service master key.
Hinweise
Aktualisierter Text:17. Juli 2006
Der Namespace, die Klasse oder das Element wird nur in der Version 2.0 von Microsoft .NET Framework unterstützt.
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
Database Class
Database Members
Microsoft.SqlServer.Management.Smo Namespace
Andere Ressourcen
How to: Create, Alter, and Remove a Database in Visual Basic .NET
Using Encryption
Creating, Altering, and Removing Databases
CREATE DATABASE (Transact-SQL)