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 类

 

SourceOrdinal 属性

获取或设置源列在数据源内的顺序位置。

语法
Visual Basic

Public Property SourceOrdinal As Integer
C#

public int SourceOrdinal { get; set; }
属性值

指定数据源中列的顺序号的整数,未设置该属性时值为 -1。

注释

SourceColumn 属性与 SourceOrdinal 属性相互排斥。最近设置的值优先。

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

另请参见