SqlSmoObject.IsCollectionDirty Method
SQL Server 2008 R2
Determines whether any object in the SqlSmoObject collection has been modified.
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Parameters
- col
- Type: System.Collections.ICollection
An ICollection of SqlSmoObject objects.
Return Value
Type: System.BooleanA Boolean value, true if any item has been modified, otherwise false.
