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

Parameters

array
ServerProtocol[]

An array of ServerProtocol objects.

index
Int32

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

Examples

Using Collections

Applies to