DdlTriggerBase.IsEventSetDirty Method
SQL Server 2005
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.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in microsoft.sqlserver.smo.dll)
Assembly: Microsoft.SqlServer.Smo (in microsoft.sqlserver.smo.dll)
protected boolean IsEventSetDirty ()
protected function IsEventSetDirty () : boolean
Return Value
A Boolean value that specifies whether the event set has not yet been persisted. If True, the event set modifications have not yet been persisted on the instance of SQL Server. If False (default), the event set on the instance of SQL Server is current.Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.
