Compartir a través de


SqlSmoObject.IsCollectionDirty Método

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

Espacio de nombres:  Microsoft.SqlServer.Management.Smo
Ensamblado:  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Sintaxis

'Declaración
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 devuelto

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

Vea también

Referencia

SqlSmoObject Clase

Espacio de nombres Microsoft.SqlServer.Management.Smo