Share via


ISqlDmlTrigger.IsWithAppend Property

Gets or sets a value that indicates whether the trigger specified the WITH APPEND option.

Namespace:  Microsoft.Data.Schema.Sql.SchemaModel
Assembly:  Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)

Syntax

'Declaration
Property IsWithAppend As Boolean
bool IsWithAppend { get; set; }
property bool IsWithAppend {
    bool get ();
    void set (bool value);
}
abstract IsWithAppend : bool with get, set
function get IsWithAppend () : boolean
function set IsWithAppend (value : boolean)

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

ISqlDmlTrigger Interface

Microsoft.Data.Schema.Sql.SchemaModel Namespace