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
매개 변수
- col
유형: System.Collections.ICollection
An ICollection of SqlSmoObject objects.
반환 값
유형: System.Boolean
A Boolean value, true if any item has been modified, otherwise false.