Metodo SqlSmoObject.IsCollectionDirty
Determines whether any object in the SqlSmoObject collection has been modified.
Spazio dei nomi Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Sintassi
'Dichiarazione
Protected Shared Function IsCollectionDirty ( _
col As ICollection _
) As Boolean
'Utilizzo
Dim col As ICollection
Dim returnValue As Boolean
returnValue = SqlSmoObject.IsCollectionDirty(col)
protected static bool IsCollectionDirty(
ICollection col
)
protected:
static bool IsCollectionDirty(
ICollection^ col
)
static member IsCollectionDirty :
col:ICollection -> bool
protected static function IsCollectionDirty(
col : ICollection
) : boolean
Parametri
- col
Tipo: System.Collections.ICollection
An ICollection of SqlSmoObject objects.
Valore restituito
Tipo: System.Boolean
A Boolean value, true if any item has been modified, otherwise false.