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 类

 

DestinationOrdinal 属性

指定目标数据库表中要映射到的列的顺序值。

语法
Visual Basic
Public Property DestinationOrdinal As Integer
C#
public int DestinationOrdinal { get; set; }
属性值

一个整数,指定目标表中要映射到的列的顺序号,未设置该属性时值为 -1。

注释

DestinationColumn 与 DestinationOrdinal 属性相互排斥。设置时间较近者优先。

设置 DestinationColumn 属性会使 DestinationOrdinal 属性被设置为 -1;设置 DestinationOrdinal 属性会使 DestinationColumn 属性被设置为空值引用(在 Visual Basic 中是 Nothing)。

另请参见