Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 11.0.1 (Deutsch) » UltraLite - .NET-Programmierung » UltraLite .NET 2.0 API-Referenz » ULBulkCopyColumnMappingCollection-Klasse

 

CopyTo-Methode

Kopiert die Elemente der ULBulkCopyColumnMappingCollection in ein Array von ULBulkCopyColumnMapping-Elementen, wobei an einem bestimmten Index begonnen wird

Syntax
Visual Basic
Public Sub CopyTo( _
   ByVal array As ULBulkCopyColumnMapping(), _
   ByVal index As Integer _
)
C#
public void CopyTo(
   ULBulkCopyColumnMapping[] array,
   int index
);
Parameter
  • array   Das eindimensionale ULBulkCopyColumnMapping-Array, das das Ziel der aus ULBulkCopyColumnMappingCollection kopierten Elemente ist. Das Array muss eine auf Null basierende Indizierung haben.

  • index   Der auf Null basierende Index im Array, an dem der Kopiervorgang beginnt

Siehe auch