TriggerStatementBody.WithAppend (Propiedad)

Obtiene o establece si está definido With Append.

Espacio de nombres:  Microsoft.Data.Schema.ScriptDom.Sql
Ensamblado:  Microsoft.Data.Schema.ScriptDom.Sql (en Microsoft.Data.Schema.ScriptDom.Sql.dll)

Sintaxis

'Declaración
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)

Valor de propiedad

Tipo: System.Boolean
Devuelve True si está definido With Append, False de lo contrario.

Seguridad de .NET Framework

Vea también

Referencia

TriggerStatementBody Clase

Microsoft.Data.Schema.ScriptDom.Sql (Espacio de nombres)