返回此索引中的
第 colOrdinalInIndex 列。
Visual Basic Public Function GetColumnName( _ ByVal colOrdinalInIndex As Short _ ) As String
C# public string GetColumnName( short colOrdinalInIndex );
colOrdinalInIndex 索引中所需列的序号。值必须在 [1,ColumnCount] 范围内。
列的名称。
列序号和计数在模式升级过程中可能会发生变化。索引中的列序号与表或其它索引中的列 ID 不同,即使它们引用特定表中的同一个物理列。
Copyright © 2009, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.1 |