Condividi tramite


Proprietà TriggerStatementBody.WithAppend

Ottiene o imposta un valore che indica se WITH APPEND è definito.

Spazio dei nomi:  Microsoft.Data.Schema.ScriptDom.Sql
Assembly:  Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)

Sintassi

'Dichiarazione
Public Property WithAppend As Boolean
    Get
    Set
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)

Valore proprietà

Tipo: System.Boolean
Restituisce true se WITH APPEND è definito; in caso contrario, false.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

TriggerStatementBody Classe

Spazio dei nomi Microsoft.Data.Schema.ScriptDom.Sql