DdlTriggerBase.CheckObjectDirty 메서드

Determines whether the object has been updated since the last call to the Alter method.

네임스페이스:  Microsoft.SqlServer.Management.Smo
어셈블리:  Microsoft.SqlServer.Smo(Microsoft.SqlServer.Smo.dll)

구문

‘선언
Protected Overrides Function CheckObjectDirty As Boolean
‘사용 방법
Dim returnValue As Boolean 

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

반환 값

유형: System.Boolean
A Boolean value that indicates whether this object must to be updated on the instance of SQL Server.Returns True if the object should be updated, or False if the object does not have to be updated.

참고 항목

참조

DdlTriggerBase 클래스

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