Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 11.0.1 (日本語) » Ultra Light - .NET プログラミング » Ultra Light .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 とは異なります。

参照