Метод 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.
См. также