Compartir a través de


TriggerStatementBody.WithAppend Propiedad

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

Espacio de nombres:  Microsoft.SqlServer.TransactSql.ScriptDom
Ensamblado:  Microsoft.SqlServer.TransactSql.ScriptDom (en Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Sintaxis

'Declaración
Public Property WithAppend As Boolean 
    Get 
    Set
'Uso
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)

Valor de la propiedad

Tipo: System.Boolean
True if WITH APPEND is defined; otherwise, false.

Vea también

Referencia

TriggerStatementBody Clase

Espacio de nombres Microsoft.SqlServer.TransactSql.ScriptDom