SqlBulkCopyColumnMappingCollection::CopyTo Method (array<SqlBulkCopyColumnMapping^>^, Int32)
.NET Framework (current version)
Copies the elements of the SqlBulkCopyColumnMappingCollection to an array of SqlBulkCopyColumnMapping items, starting at a particular index.
Assembly: System.Data (in System.Data.dll)
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
Available since 2.0
Show: