Freigeben über


ISql90Certificate.IsExistingKeyFileExecutable-Eigenschaft

Ruft einen Wert ab, der angibt, ob die Schlüsseldatei eine ausführbare Datei ist, oder legt diesen fest.

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

Syntax

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

Eigenschaftswert

Typ: System.Boolean

.NET Framework-Sicherheit

Siehe auch

Referenz

ISql90Certificate Schnittstelle

Microsoft.Data.Schema.Sql.SchemaModel-Namespace