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

SQL Anywhere 12.0.1 » SQL Anywhere 服务器 - 编程 » .NET 应用程序编程 » SQL Anywhere .NET API 参考 » SABulkCopyColumnMapping 类

 

SABulkCopyColumnMapping 构造函数

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

 重载列表

SABulkCopyColumnMapping() 构造函数
SABulkCopyColumnMapping(int, int) 构造函数
SABulkCopyColumnMapping(int, string) 构造函数
SABulkCopyColumnMapping(string, int) 构造函数
SABulkCopyColumnMapping(string, string) 构造函数