共用方式為


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.

命名空間:  Microsoft.SqlServer.Management.Smo
組件:  Microsoft.SqlServer.Smo (在 Microsoft.SqlServer.Smo.dll 中)

語法

'宣告
Protected Overridable Function IsEventSetDirty As Boolean
'用途
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

傳回值

型別:System. . :: . .Boolean
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.

範例

呼叫方法