Compartilhar via


Método MasterKey.DropServiceKeyEncryption

Drops service key encryption from the master key.

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

Sintaxe

'Declaração
Public Sub DropServiceKeyEncryption
'Uso
Dim instance As MasterKey

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

Comentários

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

Exemplos

Chamando métodos

Consulte também

Referência

MasterKey Classe

Namespace Microsoft.SqlServer.Management.Smo

Outros recursos

Hierarquia de criptografia

CREATE MASTER KEY (Transact-SQL)