Data.SqlExpr.TSQLTable.IndexFieldCount

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

property IndexFieldCount: Integer read GetIndexFieldCount;

C++

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

Propriétés

Type Visibilité  Source Unité  Parent
property public
Data.SqlExpr.pas
Data.SqlExpr.hpp
Data.SqlExpr TSQLTable

Description

Indique le nombre de champs constituant l'index actif.

Lisez IndexFieldCount pour déterminer le nombre de champs dans l'index actif. Si la propriété IndexName n'est pas définie, la valeur 0 est attribuée à IndexFieldCount.

Voir aussi