Méthode IsCollectionDirty

Détermine si un objet dans la collection SqlSmoObject a été modifié.

Espace de noms :  Microsoft.SqlServer.Management.Smo
Assembly :  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Syntaxe

'Déclaration
Protected Shared Function IsCollectionDirty ( _
    col As ICollection _
) As Boolean
'Utilisation
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

Paramètres

Valeur de retour

Type : System. . :: . .Boolean
Valeur booléenne, True si un élément a été modifié, False dans le cas contraire.