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 类

 

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)。

另请参见