Partager via


Propriété FileEncryptionSource.IsExecutable

Gets or sets whether the file is EXECUTABLE.

Espace de noms :  Microsoft.SqlServer.TransactSql.ScriptDom
Assembly :  Microsoft.SqlServer.TransactSql.ScriptDom (en Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Syntaxe

'Déclaration
Public Property IsExecutable As Boolean 
    Get 
    Set
'Utilisation
Dim instance As FileEncryptionSource 
Dim value As Boolean 

value = instance.IsExecutable

instance.IsExecutable = value
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)

Valeur de propriété

Type : System.Boolean
true if the file is executable; otherwise, false.

Voir aussi

Référence

FileEncryptionSource Classe

Espace de noms Microsoft.SqlServer.TransactSql.ScriptDom