다음을 통해 공유


CheckObjectDirty 메서드

Checks whether object has been modified and not persisted.

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

구문

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

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

반환 값

유형: System. . :: . .Boolean
A Boolean value, True if dirty, otherwise False.