SqlSmoObject.UpdateCollectionState2 메서드
Updates the collection state of the SqlSmoObject.
네임스페이스: Microsoft.SqlServer.Management.Smo
어셈블리: Microsoft.SqlServer.Smo(Microsoft.SqlServer.Smo.dll)
구문
‘선언
Protected Friend Shared Sub UpdateCollectionState2 ( _
col As ICollection _
)
‘사용 방법
Dim col As ICollection
SqlSmoObject.UpdateCollectionState2(col)
protected internal static void UpdateCollectionState2(
ICollection col
)
protected public:
static void UpdateCollectionState2(
ICollection^ col
)
static member UpdateCollectionState2 :
col:ICollection -> unit
static function UpdateCollectionState2(
col : ICollection
)
매개 변수
- col
유형: System.Collections.ICollection
An ICollection object to update.