共用方式為


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