Partilhar via


Propriedade ISql90AsymmetricKey.ExecutableFile

Obtém ou define o caminho para o arquivo executável que define a chave.

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

Sintaxe

'Declaração
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)

Valor de propriedade

Tipo: System.String

Segurança do .NET Framework

Consulte também

Referência

ISql90AsymmetricKey Interface

Namespace Microsoft.Data.Schema.Sql.SchemaModel