SqlSmoObject.IsCollectionDirty 方法

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

命名空间:  Microsoft.SqlServer.Management.Smo
程序集:  Microsoft.SqlServer.Smo(在 Microsoft.SqlServer.Smo.dll 中)

语法

声明
Protected Shared Function IsCollectionDirty ( _
    col As ICollection _
) As Boolean
用法
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

参数

返回值

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

请参阅

参考

SqlSmoObject 类

Microsoft.SqlServer.Management.Smo 命名空间