Condividi tramite


Proprietà FileEncryptionSource.IsExecutable

Ottiene o imposta un valore che indica se il file è di tipo EXECUTABLE.

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

Sintassi

'Dichiarazione
Public Property IsExecutable As Boolean
    Get
    Set
public bool IsExecutable { get; set; }
public:
property bool IsExecutable {
    bool get ();
    void set (bool value);
}
member IsExecutable : bool with get, set
function get IsExecutable () : boolean
function set IsExecutable (value : boolean)

Valore proprietà

Tipo: System.Boolean
Restituisce true se il file è di tipo EXECUTABLE; in caso contrario, false.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

FileEncryptionSource Classe

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