Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Determines whether any object in the SqlSmoObject collection has been modified.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
Protected Shared Function IsCollectionDirty ( _
col As ICollection _
) As Boolean
'Usage
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
Parameter
- col
Typ: System.Collections.ICollection
An ICollection of SqlSmoObject objects.
Rückgabewert
Typ: System.Boolean
A Boolean value, true if any item has been modified, otherwise false.