Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
返回此索引中 colOrdinalInIndex 列的名称。
Public Function GetColumnName( ByVal colOrdinalInIndex As Short ) As String
public string GetColumnName(short colOrdinalInIndex)
colOrdinalInIndex 索引中所需列的序号。值必须在 [1,ColumnCount] 范围内。
列的名称。
ULException 类 发生 SQL 错误。
列序号和计数在模式升级过程中可能会发生变化。索引中的列序号与表或其它索引中的列 ID 不同,即使它们引用特定表中的同一个物理列。