Свойство FileEncryptionSource.IsExecutable

Gets or sets whether the file is EXECUTABLE.

Пространство имен:  Microsoft.SqlServer.TransactSql.ScriptDom
Сборка:  Microsoft.SqlServer.TransactSql.ScriptDom (в Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Синтаксис

'Декларация
Public Property IsExecutable As Boolean 
    Get 
    Set
'Применение
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)

Значение свойства

Тип: System.Boolean
true if the file is executable; otherwise, false.

См. также

Справочник

FileEncryptionSource Класс

Пространство имен Microsoft.SqlServer.TransactSql.ScriptDom