Propriedade CertificateStatementBase.PrivateKeyPath

Obtém ou define o caminho de opcional para a chave particular.

Namespace:  Microsoft.Data.Schema.ScriptDom.Sql
Assembly:  Microsoft.Data.Schema.ScriptDom.Sql (em Microsoft.Data.Schema.ScriptDom.Sql.dll)

Sintaxe

'Declaração
Public Property PrivateKeyPath As Literal
    Get
    Set
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 propriedade

Tipo: Microsoft.Data.Schema.ScriptDom.Sql.Literal

Segurança do .NET Framework

Consulte também

Referência

CertificateStatementBase Classe

Namespace Microsoft.Data.Schema.ScriptDom.Sql