Compartilhar via


Propriedade ISql90Certificate.ExistingKeysFilePath

Obtém ou define o caminho do arquivo que contém o certificado.

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

Sintaxe

'Declaração
Property ExistingKeysFilePath As String
    Get
    Set
string ExistingKeysFilePath { get; set; }
property String^ ExistingKeysFilePath {
    String^ get ();
    void set (String^ value);
}
abstract ExistingKeysFilePath : string with get, set
function get ExistingKeysFilePath () : String
function set ExistingKeysFilePath (value : String)

Valor de propriedade

Tipo: System.String

Segurança do .NET Framework

Consulte também

Referência

ISql90Certificate Interface

Namespace Microsoft.Data.Schema.Sql.SchemaModel