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 命名空间