Share via


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.

示例

脚本撰写