Propriedade do RDL TriggerStatementBody.WithAppend
Gets or sets a value that indicates whether WITH APPEND is defined.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (em Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Sintaxe
'Declaração
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 da propriedade
Tipo: System.Boolean
True if WITH APPEND is defined; otherwise, false.