DataBus::CopyTo Method (Array^, Int32)

 

Copies the items of a DataBus control to a one-dimensional array, starting at the given array index.

Namespace:   Microsoft.SqlServer.Management.Data
Assembly:  Microsoft.SqlServer.Management.SDK.SqlStudio (in Microsoft.SqlServer.Management.SDK.SqlStudio.dll)

public:
virtual void CopyTo(
	Array^ array,
	int index
) sealed

Parameters

array
Type: System::Array^

Array into which the items are copied.

index
Type: System::Int32

Zero-based index indicating where in the array the copying should begin.

Return to top
Show: