共用方式為


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.

範例

指令碼