ServerIPAddressCollection.CopyTo(ServerIPAddress[], 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::ServerIPAddress ^> ^ array, int index);
public void CopyTo (Microsoft.SqlServer.Management.Smo.Wmi.ServerIPAddress[] array, int index);
member this.CopyTo : Microsoft.SqlServer.Management.Smo.Wmi.ServerIPAddress[] * int -> unit
Public Sub CopyTo (array As ServerIPAddress(), index As Integer)

Parameters

array
ServerIPAddress[]

An array of ServerIPAddress objects.

index
Int32

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

Examples

Using Collections

Applies to