Compartilhar via


Propriedade do RDL FileEncryptionSource.IsExecutable

Gets or sets whether the file is EXECUTABLE.

Namespace:  Microsoft.SqlServer.TransactSql.ScriptDom
Assembly:  Microsoft.SqlServer.TransactSql.ScriptDom (em Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Sintaxe

'Declaração
Public Property IsExecutable As Boolean 
    Get 
    Set
'Uso
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)

Valor da propriedade

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

Consulte também

Referência

FileEncryptionSource Classe

Namespace Microsoft.SqlServer.TransactSql.ScriptDom