ExecutableProcedureReference.WithRecompile プロパティ

compile が指定されているかどうかを取得または設定します。

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

構文

'宣言
Public Property WithRecompile As Boolean
'使用
Dim instance As ExecutableProcedureReference
Dim value As Boolean

value = instance.WithRecompile

instance.WithRecompile = value
public bool WithRecompile { get; set; }
public:
property bool WithRecompile {
    bool get ();
    void set (bool value);
}
public function get WithRecompile () : boolean
public function set WithRecompile (value : boolean)

プロパティ値

型 : System.Boolean

参照

参照

ExecutableProcedureReference クラス

ExecutableProcedureReference メンバ

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