Método SqlSmoObject.IsCollectionDirty

Determines whether any object in the SqlSmoObject collection has been modified.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)

Sintaxe

'Declaração
Protected Shared Function IsCollectionDirty ( _
    col As ICollection _
) As Boolean
'Uso
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

Parâmetros

Valor de retorno

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

Consulte também

Referência

SqlSmoObject Classe

Namespace Microsoft.SqlServer.Management.Smo