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 参考 » ULIndexSchema 类

 

GetColumnName 方法

返回此索引中的

colOrdinalInIndex 列。

语法
Visual Basic
Public Function GetColumnName( _
   ByVal colOrdinalInIndex As Short _
) As String
C#
public string  GetColumnName(
   short colOrdinalInIndex
);
参数
  • colOrdinalInIndex   索引中所需列的序号。值必须在 [1,ColumnCount] 范围内。

返回值

列的名称。

注释

列序号和计数在模式升级过程中可能会发生变化。索引中的列序号与表或其它索引中的列 ID 不同,即使它们引用特定表中的同一个物理列。

另请参见