Condividi tramite


Proprietà CreateAsymmetricKeyStatement.Password

Gets or sets the optional password with which to encrypt the private key.

Spazio dei nomi  Microsoft.SqlServer.TransactSql.ScriptDom
Assembly:  Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Sintassi

'Dichiarazione
Public Property Password As Literal 
    Get 
    Set
'Utilizzo
Dim instance As CreateAsymmetricKeyStatement 
Dim value As Literal 

value = instance.Password

instance.Password = value
public Literal Password { get; set; }
public:
property Literal^ Password {
    Literal^ get ();
    void set (Literal^ value);
}
member Password : Literal with get, set
function get Password () : Literal 
function set Password (value : Literal)

Valore proprietà

Tipo: Microsoft.SqlServer.TransactSql.ScriptDom.Literal
The optional password with which to encrypt the private key.

Vedere anche

Riferimento

CreateAsymmetricKeyStatement Classe

Spazio dei nomi Microsoft.SqlServer.TransactSql.ScriptDom