Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

SqlBulkCopyColumnMappingCollection::CopyTo Method (array<SqlBulkCopyColumnMapping^>^, Int32)

 

Copies the elements of the SqlBulkCopyColumnMappingCollection to an array of SqlBulkCopyColumnMapping items, starting at a particular index.

Namespace:   System.Data.SqlClient
Assembly:  System.Data (in System.Data.dll)

public:
void CopyTo(
	array<SqlBulkCopyColumnMapping^>^ array,
	int index
)

Parameters

array
Type: array<System.Data.SqlClient::SqlBulkCopyColumnMapping^>^

The one-dimensional SqlBulkCopyColumnMapping array that is the destination of the elements copied from SqlBulkCopyColumnMappingCollection. The array must have zero-based indexing.

index
Type: System::Int32

The zero-based index in array at which copying begins.

.NET Framework
Available since 2.0
Return to top
Show:
© 2017 Microsoft