다음을 통해 공유


IsObjectDirty 메서드

Verifies whether the object properties have been modified and the changes have not yet been persisted on the instance of SQL Server.

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

구문

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

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

반환 값

형식: System. . :: . .Boolean
A Boolean value that specifies whether the object properties have been modified and the changes have not yet been persisted on the instance of SQL Server.
If True, changes have been made but not yet persisted. Otherwise, False.