DB2®BulkCopyColumnMappingCollection.CopyTo Method
Copies the DB2BulkCopyColumnMapping objects in the DB2BulkCopyColumnMappingCollection to an array of DB2BulkCopyColumnMapping objects, starting at a specified index of the array.
- Namespace:
IBM.Data.DB2
- Assembly:
IBM.Data.DB2
(inIBM.Data.DB2.dll
)
Syntax
[Visual Basic]
Public Sub CopyTo ( _
array As DB2BulkCopyColumnMapping() _
index As Integer _
)
[C#]
public void CopyTo(
DB2BulkCopyColumnMapping[] inValue,
int index
)
[C++]
public:
void CopyTo (
array<DB2BulkCopyColumnMapping> array,
index int
)
[JScript]
public function CopyTo (
array : DB2BulkCopyColumnMapping[],
index : int
)
Parameters
- array
- An array that will hold DB2BulkCopyColumnMapping objects that will be copied from the DB2BulkCopyColumnMappingCollection.
- index
- An index value indicating where in the array copying will begin.