Compartir a través de


AlterAsymmetricKeyStatement.EncryptionPassword Propiedad

Gets or sets the optional private key encryption password.

Espacio de nombres:  Microsoft.SqlServer.TransactSql.ScriptDom
Ensamblado:  Microsoft.SqlServer.TransactSql.ScriptDom (en Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Sintaxis

'Declaración
Public Property EncryptionPassword As Literal 
    Get 
    Set
'Uso
Dim instance As AlterAsymmetricKeyStatement 
Dim value As Literal 

value = instance.EncryptionPassword

instance.EncryptionPassword = value
public Literal EncryptionPassword { get; set; }
public:
virtual property Literal^ EncryptionPassword {
    Literal^ get () sealed;
    void set (Literal^ value) sealed;
}
abstract EncryptionPassword : Literal with get, set 
override EncryptionPassword : Literal with get, set
final function get EncryptionPassword () : Literal 
final function set EncryptionPassword (value : Literal)

Valor de la propiedad

Tipo: Microsoft.SqlServer.TransactSql.ScriptDom.Literal
The optional private key encryption password.

Vea también

Referencia

AlterAsymmetricKeyStatement Clase

Espacio de nombres Microsoft.SqlServer.TransactSql.ScriptDom