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

 

Remove-Methode

Entfernt das angegebene ULBulkCopyColumnMapping-Element aus der Sammlung ULBulkCopyColumnMappingCollection

Syntax
Visual Basic
Public Sub Remove( _
   ByVal value As ULBulkCopyColumnMapping _
)
C#
public void Remove(
   ULBulkCopyColumnMapping value
);
Parameter
  • value   Das ULBulkCopyColumnMapping-Objekt, das aus der Sammlung entfernt werden soll

Siehe auch