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 とは異なります。