Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Updates the collection state of the SqlSmoObject.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
Protected Friend Shared Sub UpdateCollectionState2 ( _
col As ICollection _
)
'Usage
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
)
Parameters
- col
Type: System.Collections.ICollection
An ICollection object to update.