Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
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.