Condividi tramite


Metodo MasterKey.DropServiceKeyEncryption

Drops service key encryption from the master key.

Spazio dei nomi  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Sintassi

'Dichiarazione
Public Sub DropServiceKeyEncryption
'Utilizzo
Dim instance As MasterKey

instance.DropServiceKeyEncryption()
public void DropServiceKeyEncryption()
public:
void DropServiceKeyEncryption()
member DropServiceKeyEncryption : unit -> unit
public function DropServiceKeyEncryption()

Osservazioni

The IsEncryptedByServer property specifies whether the master key is encrypted by the service master key or by using a password.

Esempi

Chiamata di metodi

Vedere anche

Riferimento

MasterKey Classe

Spazio dei nomi Microsoft.SqlServer.Management.Smo

Altre risorse

Gerarchia di crittografia

CREATE MASTER KEY (Transact-SQL)