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

Parameters

array
ProtocolProperty[]

An array of ProtocolProperty objects.

index
Int32

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

Examples

Using Collections

Applies to