다음을 통해 공유


IsObjectDirty 메서드

Determines whether the referenced object is consistent with the stored object.

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

구문

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

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

반환 값

형식: System. . :: . .Boolean
A Boolean value that specifies whether the referenced object is consistent with the stored object.
If True, the object is not consistent with the stored object. Otherwise, False.

예제

스크립팅