Data.Win.ADODB.TCustomADODataSet.IndexFieldCount

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

property IndexFieldCount: Integer read GetIndexFieldCount;

C++

__property int IndexFieldCount = {read=GetIndexFieldCount, nodefault};

プロパティ

種類 可視性 ソース ユニット
property public
Data.Win.ADODB.pas
Data.Win.ADODB.hpp
Data.Win.ADODB TCustomADODataSet

説明

現在のキーを構成する項目の数を示します。

IndexFieldCount プロパティを調べると,現在のキーを構成する項目数を判別できます。1 つの列に基づくインデックスの場合,IndexFieldCount は 1 を返します。複数列のインデックスの場合,IndexFieldCount は,基になる項目の数を返します。

関連項目