FileEncryptionSource.IsExecutable 属性

获取或设置文件是否为可执行文件。

命名空间:  Microsoft.Data.Schema.ScriptDom.Sql
程序集:  Microsoft.Data.Schema.ScriptDom.Sql(在 Microsoft.Data.Schema.ScriptDom.Sql.dll 中)

语法

声明
Public Property IsExecutable As Boolean
    Get
    Set
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;否则返回 false。

.NET Framework 安全性

请参见

参考

FileEncryptionSource 类

Microsoft.Data.Schema.ScriptDom.Sql 命名空间