SqlSmoObject.IsObjectDirty Method ()
Verifies whether the object properties have been modified and the changes have not yet been persisted on the instance of SQL Server.
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Return Value
Type: System.BooleanA 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.
Show: