Compartir a través de


CertificateStatementBase.PrivateKeyPath Propiedad

Gets or sets the optional path to the private key.

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

Sintaxis

'Declaración
Public Property PrivateKeyPath As Literal 
    Get 
    Set
'Uso
Dim instance As CertificateStatementBase 
Dim value As Literal 

value = instance.PrivateKeyPath

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

Valor de la propiedad

Tipo: Microsoft.SqlServer.TransactSql.ScriptDom.Literal
The optional path to the private key.

Vea también

Referencia

CertificateStatementBase Clase

Espacio de nombres Microsoft.SqlServer.TransactSql.ScriptDom