Proprietà MasterKey
Ottiene la chiave master utilizzata per crittografare le chiavi private dei certificati.
Spazio dei nomi Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Sintassi
'Dichiarazione
<SfcObjectAttribute(SfcObjectRelationship.Object, SfcObjectCardinality.ZeroToOne)> _
Public ReadOnly Property MasterKey As MasterKey
Get
'Utilizzo
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
Valore proprietà
Tipo: Microsoft.SqlServer.Management.Smo. . :: . .MasterKey
Valore dell'oggetto MasterKey che specifica la chiave master utilizzata per crittografare le chiavi private dei certificati.
La chiave master del database può essere crittografata tramite la chiave master del servizio.
Vedere anche