DataColumnMappingCollection.CopyTo Método
Definição
Copia os elementos da coleção para uma matriz.Copies the elements of the collection to an array.
Sobrecargas
| CopyTo(Array, Int32) |
Copia os elementos da DataColumnMappingCollection para a matriz especificada.Copies the elements of the DataColumnMappingCollection to the specified array. |
| CopyTo(DataColumnMapping[], Int32) |
Copia os elementos da DataColumnMappingCollection para a matriz DataColumnMapping especificada.Copies the elements of the DataColumnMappingCollection to the specified DataColumnMapping array. |
CopyTo(Array, Int32)
Copia os elementos da DataColumnMappingCollection para a matriz especificada.Copies the elements of the DataColumnMappingCollection to the specified array.
public:
virtual void CopyTo(Array ^ array, int index);
public void CopyTo (Array array, int index);
abstract member CopyTo : Array * int -> unit
override this.CopyTo : Array * int -> unit
Public Sub CopyTo (array As Array, index As Integer)
Parâmetros
- array
- Array
Um Array para o qual copiar elementos DataColumnMappingCollection.An Array to which to copy DataColumnMappingCollection elements.
- index
- Int32
O índice inicial da matriz.The starting index of the array.
Implementações
Aplica-se a
CopyTo(DataColumnMapping[], Int32)
Copia os elementos da DataColumnMappingCollection para a matriz DataColumnMapping especificada.Copies the elements of the DataColumnMappingCollection to the specified DataColumnMapping array.
public:
void CopyTo(cli::array <System::Data::Common::DataColumnMapping ^> ^ array, int index);
public void CopyTo (System.Data.Common.DataColumnMapping[] array, int index);
member this.CopyTo : System.Data.Common.DataColumnMapping[] * int -> unit
Public Sub CopyTo (array As DataColumnMapping(), index As Integer)
Parâmetros
- array
- DataColumnMapping[]
Uma matriz DataColumnMapping para a qual copiar os elementos DataColumnMappingCollection.A DataColumnMapping array to which to copy the DataColumnMappingCollection elements.
- index
- Int32
O índice de base zero na array em que a cópia começa.The zero-based index in the array at which copying begins.