Condividi tramite


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

Valore restituito

Tipo: System.Boolean
A Boolean value, true if any item has been modified, otherwise false.

Vedere anche

Riferimento

SqlSmoObject Classe

Spazio dei nomi Microsoft.SqlServer.Management.Smo