共用方式為


CheckObjectDirty 方法

Checks whether object has been modified and not persisted.

命名空間:  Microsoft.SqlServer.Management.Smo
組件:  Microsoft.SqlServer.Smo (在 Microsoft.SqlServer.Smo.dll 中)

語法

'宣告
Protected Overridable Function CheckObjectDirty As Boolean
'用途
Dim returnValue As Boolean

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

傳回值

型別:System. . :: . .Boolean
A Boolean value, True if dirty, otherwise False.