Propriedade do RDL CertificateStatementBase.PrivateKeyPath
Gets or sets the optional path to the private key.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (em Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Sintaxe
'Declaração
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 da propriedade
Tipo: Microsoft.SqlServer.TransactSql.ScriptDom.Literal
The optional path to the private key.