Freigeben über


ISql90Certificate.ExistingKeysFilePath-Eigenschaft

Ruft den Pfad der Datei ab, die das Zertifikat enthält, oder legt den Pfad fest.

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

Syntax

'Declaration
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)

Eigenschaftswert

Typ: System.String

.NET Framework-Sicherheit

Siehe auch

Referenz

ISql90Certificate Schnittstelle

Microsoft.Data.Schema.Sql.SchemaModel-Namespace