Partilhar via


Propriedade do RDL Database.MasterKey

Gets the master key that is used to encrypt the private keys of certificates.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)

Sintaxe

'Declaração
<SfcObjectAttribute(SfcObjectRelationship.Object, SfcObjectCardinality.ZeroToOne)> _
Public ReadOnly Property MasterKey As MasterKey 
    Get
'Uso
Dim instance As Database 
Dim value As MasterKey 

value = instance.MasterKey
[SfcObjectAttribute(SfcObjectRelationship.Object, SfcObjectCardinality.ZeroToOne)]
public MasterKey MasterKey { get; }
[SfcObjectAttribute(SfcObjectRelationship::Object, SfcObjectCardinality::ZeroToOne)]
public:
property MasterKey^ MasterKey {
    MasterKey^ get ();
}
[<SfcObjectAttribute(SfcObjectRelationship.Object, SfcObjectCardinality.ZeroToOne)>]
member MasterKey : MasterKey
function get MasterKey () : MasterKey

Valor da propriedade

Tipo: Microsoft.SqlServer.Management.Smo.MasterKey
A MasterKey object value that specifies the master key that is used to encrypt the private keys of certificates.The database master key can be encrypted by the service master key.

Exemplos

Trabalhando com objetos de banco de dados

Consulte também

Referência

Database Classe

Namespace Microsoft.SqlServer.Management.Smo

Outros recursos

Usando a criptografia

Criando, alterando e removendo bancos de dados

CREATE DATABASE (Transact-SQL)