SynchronizationInfoCollection.CopyTo Method

 

Applies To: Windows Server Update Services

Copies the synchronization information in the collection to a one-dimensional array.

Namespace:   Microsoft.UpdateServices.Administration
Assembly:  Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll)

Overload List

Name Description
System_CAPS_protmethod CopyTo(Array, Int32)

Copies the entire collection of values to a one-dimensional array, starting at the specified index of the target array.(Inherited from WsusCollection.)

System_CAPS_pubmethod CopyTo(ISynchronizationInfo[], Int32)

Copies the synchronization information in the collection to a one-dimensional array.

See Also

SynchronizationInfoCollection Class
Microsoft.UpdateServices.Administration Namespace

Return to top