共用方式為


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 命名空間