Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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.