Метод DropPasswordEncryption
Removes the password encryption from the master key by using the associated password.
Пространство имен: Microsoft.SqlServer.Management.Smo
Сборка: Microsoft.SqlServer.Smo (в Microsoft.SqlServer.Smo.dll)
Синтаксис
'Декларация
Public Sub DropPasswordEncryption ( _
password As String _
)
'Применение
Dim instance As MasterKey
Dim password As String
instance.DropPasswordEncryption(password)
public void DropPasswordEncryption(
string password
)
public:
void DropPasswordEncryption(
String^ password
)
member DropPasswordEncryption :
password:string -> unit
public function DropPasswordEncryption(
password : String
)
Параметры
- password
Тип: System. . :: . .String
A String value that specifies the password with which to encrypt and decrypt the master key.
Замечания
The IsEncryptedByServer property specifies whether the master key is encrypted by the service master key or by using a password.
См. также