共用方式為


TriggerStatementBody.WithAppend 屬性

Gets or sets a value that indicates whether WITH APPEND is defined.

命名空間:  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
True if WITH APPEND is defined; otherwise, false.

請參閱

參考

TriggerStatementBody 類別

Microsoft.SqlServer.TransactSql.ScriptDom 命名空間