Sdílet prostřednictvím


ISql90AsymmetricKey.ExecutableFile – vlastnost

Získá nebo nastaví cestu ke spustitelnému souboru, který definuje klíč.

Obor názvů:  Microsoft.Data.Schema.Sql.SchemaModel
Sestavení:  Microsoft.Data.Schema.Sql (v Microsoft.Data.Schema.Sql.dll)

Syntaxe

'Deklarace
Property ExecutableFile As String
    Get
    Set
string ExecutableFile { get; set; }
property String^ ExecutableFile {
    String^ get ();
    void set (String^ value);
}
abstract ExecutableFile : string with get, set
function get ExecutableFile () : String
function set ExecutableFile (value : String)

Hodnota vlastnosti

Typ: System.String

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

ISql90AsymmetricKey Rozhraní

Microsoft.Data.Schema.Sql.SchemaModel – obor názvů