IsObjectDirty 메서드
Determines whether the referenced object is consistent with the stored object.
네임스페이스: Microsoft.SqlServer.Management.Smo
어셈블리: Microsoft.SqlServer.Smo(Microsoft.SqlServer.Smo.dll)
구문
‘선언
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.