ServiceCollection.CopyTo(Service[], Int32) Method

Definition

Copies the collection objects to a one-dimensional array beginning at the index value specified.

public:
 void CopyTo(cli::array <Microsoft::SqlServer::Management::Smo::Wmi::Service ^> ^ array, int index);
public void CopyTo (Microsoft.SqlServer.Management.Smo.Wmi.Service[] array, int index);
member this.CopyTo : Microsoft.SqlServer.Management.Smo.Wmi.Service[] * int -> unit
Public Sub CopyTo (array As Service(), index As Integer)

Parameters

array
Service[]

An array of Service objects.

index
Int32

An Int32 value that specifies the index position to start the copy.

Examples

Using Collections

Applies to