Compartir a través de


MasterKey.AddServiceKeyEncryption Método

Adds service key encryption to the master key.

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

Sintaxis

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

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

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)