다음을 통해 공유


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.

네임스페이스:  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.

메서드 호출

참고 항목

참조

DdlTriggerBase 클래스

Microsoft.SqlServer.Management.Smo 네임스페이스

관련 자료

DDL 트리거