CheckObjectDirty 方法
此成员重写 ScriptNameObjectBase. . :: . .CheckObjectDirty() () () ()。
命名空间: Microsoft.SqlServer.Management.Smo
程序集: Microsoft.SqlServer.Smo(在 Microsoft.SqlServer.Smo.dll 中)
语法
声明
Protected Overrides Function CheckObjectDirty As Boolean
用法
Dim returnValue As Boolean
returnValue = Me.CheckObjectDirty()
protected override bool CheckObjectDirty()
protected:
virtual bool CheckObjectDirty() override
abstract CheckObjectDirty : unit -> bool
override CheckObjectDirty : unit -> bool
protected override function CheckObjectDirty() : boolean