Поделиться через


Метод 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.

Примеры

Вызов методов

См. также

Справочник

SqlSmoObject Класс

Пространство имен Microsoft.SqlServer.Management.Smo