Proprietà ISql90Certificate.IsExistingKeyFileExecutable

Ottiene o imposta un valore che indica se il file chiave è un eseguibile.

Spazio dei nomi:  Microsoft.Data.Schema.Sql.SchemaModel
Assembly:  Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)

Sintassi

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

Valore proprietà

Tipo: System.Boolean

Sicurezza di .NET Framework

Vedere anche

Riferimenti

ISql90Certificate Interfaccia

Spazio dei nomi Microsoft.Data.Schema.Sql.SchemaModel