Freigeben über


IsCollectionDirty-Methode

Ermittelt, ob eines der Objekte in der SqlSmoObject-Auflistung geändert wurde.

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

Rückgabewert

Typ: System. . :: . .Boolean
Ein boolescher Wert, der true ist, wenn ein Element geändert wurde, andernfalls false.