ファイルが実行可能かどうかを示す値を取得または設定します。
名前空間: 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、それ以外の場合は false。