Propriedade do RDL CreateAsymmetricKeyStatement.Password
Gets or sets the optional password with which to encrypt the private key.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (em Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Sintaxe
'Declaração
Public Property Password As Literal
Get
Set
'Uso
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)
Valor da propriedade
Tipo: Microsoft.SqlServer.TransactSql.ScriptDom.Literal
The optional password with which to encrypt the private key.