FileEncryptionSource.IsExecutable プロパティ

ファイルが EXECUTABLE かどうかを取得または設定します。

名前空間 :  Microsoft.Data.Schema.ScriptDom.Sql
アセンブリ :  Microsoft.Data.Schema.ScriptDom.Sql (Microsoft.Data.Schema.ScriptDom.Sql.dll 内)

構文

'宣言
Public Property IsExecutable As Boolean
'使用
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);
}
public function get IsExecutable () : boolean
public function set IsExecutable (value : boolean)

プロパティ値

型 : System.Boolean
ファイルが EXECUTABLE の場合は True を返します。それ以外の場合は False を返します。

参照

参照

FileEncryptionSource クラス

FileEncryptionSource メンバ

Microsoft.Data.Schema.ScriptDom.Sql 名前空間