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 クラス

 

ColumnCount プロパティ

インデックス内のカラム数を返します。

構文
Visual Basic
Public Readonly Property ColumnCount As Short
C#
public short ColumnCount { get;}
プロパティ値

インデックス内のカラム数。

備考

インデックス内のカラムの順序の範囲は、1 ~ ColumnCount です。

カラムの順序とカウントは、スキーマのアップグレード中に変更されることがあります。インデックスからのカラムの順序は、特定のテーブルの同じ物理的カラムを参照する場合であっても、テーブルまたは別のインデックスのカラム ID とは異なります。

参照