Compartir a través de


MasterKey.DropServiceKeyEncryption Método

Drops service key encryption from the master key.

Espacio de nombres:  Microsoft.SqlServer.Management.Smo
Ensamblado:  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Sintaxis

'Declaración
Public Sub DropServiceKeyEncryption
'Uso
Dim instance As MasterKey

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

Comentarios

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

Ejemplos

Llamar a métodos

Vea también

Referencia

MasterKey Clase

Espacio de nombres Microsoft.SqlServer.Management.Smo

Otros recursos

Jerarquía de cifrado

CREATE MASTER KEY (Transact-SQL)