Поделиться через


Метод MasterKey.DropServiceKeyEncryption

Drops service key encryption from the master key.

Пространство имен:  Microsoft.SqlServer.Management.Smo
Сборка:  Microsoft.SqlServer.Smo (в Microsoft.SqlServer.Smo.dll)

Синтаксис

'Декларация
Public Sub DropServiceKeyEncryption
'Применение
Dim instance As MasterKey

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

Замечания

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

Примеры

Вызов методов

См. также

Справочник

MasterKey Класс

Пространство имен Microsoft.SqlServer.Management.Smo

Другие ресурсы

Иерархия средств шифрования

CREATE MASTER KEY (Transact-SQL)