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

SQL Anywhere 11.0.1 (中文) » SQL Anywhere 服务器 - 编程 » SQL Anywhere 数据访问 API » SQL Anywhere .NET 2.0 API 参考 » iAnywhere.Data.SQLAnywhere 命名空间 (.NET 2.0) » SABulkCopyColumnMapping 类 » SABulkCopyColumnMapping 构造函数

 

SABulkCopyColumnMapping(String, Int32) 构造函数

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

语法
Visual Basic

Public Sub New( _
   ByVal sourceColumn As String, _
   ByVal destinationColumnOrdinal As Integer _
)
C#

public  SABulkCopyColumnMapping(
   string  sourceColumn,
   int destinationColumnOrdinal
);
参数
  • sourceColumn   源列在数据源内的名称。

  • destinationColumnOrdinal   目标列在目标表内的顺序位置。表中第一列的顺序位置为零。

注释

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

另请参见