次の方法で共有


TriggerStatementBody.WithAppend プロパティ

With Append が定義されているかどうかを示す値を取得または設定します。

名前空間:  Microsoft.SqlServer.TransactSql.ScriptDom
アセンブリ:  Microsoft.SqlServer.TransactSql.ScriptDom (Microsoft.SqlServer.TransactSql.ScriptDom.dll)

構文

'宣言
Public Property WithAppend As Boolean 
    Get 
    Set
'使用
Dim instance As TriggerStatementBody 
Dim value As Boolean 

value = instance.WithAppend

instance.WithAppend = value
public bool WithAppend { get; set; }
public:
property bool WithAppend {
    bool get ();
    void set (bool value);
}
member WithAppend : bool with get, set
function get WithAppend () : boolean 
function set WithAppend (value : boolean)

プロパティ値

型: System.Boolean
With Append が定義されている場合は true、それ以外の場合は false。

関連項目

参照

TriggerStatementBody クラス

Microsoft.SqlServer.TransactSql.ScriptDom 名前空間