SqlSmoObject.IsObjectDirty 方法
Verifies whether the object properties have been modified and the changes have not yet been persisted on the instance of SQL Server.
命名空间: Microsoft.SqlServer.Management.Smo
程序集: Microsoft.SqlServer.Smo(在 Microsoft.SqlServer.Smo.dll 中)
语法
声明
Protected Overridable Function IsObjectDirty As Boolean
用法
Dim returnValue As Boolean
returnValue = Me.IsObjectDirty()
protected virtual bool IsObjectDirty()
protected:
virtual bool IsObjectDirty()
abstract IsObjectDirty : unit -> bool
override IsObjectDirty : unit -> bool
protected function IsObjectDirty() : boolean
返回值
类型:System.Boolean
A Boolean value that specifies whether the object properties have been modified and the changes have not yet been persisted on the instance of SQL Server.If True, changes have been made but not yet persisted. Otherwise, False.