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

SQL Anywhere 11.0.1 (中文) » UltraLite - .NET 编程 » UltraLite .NET 2.0 API 参考 » ULBulkCopyColumnMapping 类 » ULBulkCopyColumnMapping 构造函数

 

ULBulkCopyColumnMapping(Int32, String) 构造函数

通过使用列顺序号引用源列以及使用列名引用目标列来创建新的列映射。

语法
Visual Basic
Public Sub New( _
   ByVal sourceColumnOrdinal As Integer, _
   ByVal destinationColumn As String _
)
C#
public  ULBulkCopyColumnMapping(
   int sourceColumnOrdinal,
   string  destinationColumn
);
参数
  • sourceColumnOrdinal   源列在数据源内的顺序位置。数据源中第一列的顺序位置为零。

  • destinationColumn   目标列在目标表中的名称。

注释

Restrictions: 无法在 .NET Compact Framework 2.0 中使用 ULBulkCopyColumnMapping 类。

另请参见