Udostępnij za pośrednictwem


Metoda DdlTriggerBase.IsEventSetDirty

Returns a Boolean value that specifies whether the database data definition language (DDL) trigger event set has been modified but not yet persisted on the instance of Microsoft SQL Server.

Przestrzeń nazw:  Microsoft.SqlServer.Management.Smo
Zestaw:  Microsoft.SqlServer.Smo (w Microsoft.SqlServer.Smo.dll)

Składnia

'Deklaracja
Protected Overridable Function IsEventSetDirty As Boolean
'Użycie
Dim returnValue As Boolean

returnValue = Me.IsEventSetDirty()
protected virtual bool IsEventSetDirty()
protected:
virtual bool IsEventSetDirty()
abstract IsEventSetDirty : unit -> bool 
override IsEventSetDirty : unit -> bool 
protected function IsEventSetDirty() : boolean

Wartość zwracana

Typ: System.Boolean
A Boolean wartość określająca, czy zdarzenie zestaw nie ma jeszcze utrwalone.
Jeśli True, zdarzenie modyfikacji zestaw nie zostały jeszcze utrwalone na wystąpienie SQL Server.
Jeśli False (domyślnie), zdarzenie zestaw na wystąpienie SQL Server jest bieżąca.

Przykłady

Wywołanie metody