Compartilhar via


Propriedade ISql90Certificate.IsExistingKeyFileExecutable

Obtém ou define um valor que indica se o arquivo de chave é um executável.

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

Sintaxe

'Declaração
Property IsExistingKeyFileExecutable As Boolean
    Get
    Set
bool IsExistingKeyFileExecutable { get; set; }
property bool IsExistingKeyFileExecutable {
    bool get ();
    void set (bool value);
}
abstract IsExistingKeyFileExecutable : bool with get, set
function get IsExistingKeyFileExecutable () : boolean
function set IsExistingKeyFileExecutable (value : boolean)

Valor de propriedade

Tipo: System.Boolean

Segurança do .NET Framework

Consulte também

Referência

ISql90Certificate Interface

Namespace Microsoft.Data.Schema.Sql.SchemaModel