FireDAC.Phys.ASA.TFDASAValidate.Tables

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Tables: TStrings read FTables write SetTables;

C++

__property System::Classes::TStrings* Tables = {read=FTables, write=SetTables};

Properties

Type Visibility Source Unit Parent
property published
FireDAC.Phys.ASA.pas
FireDAC.Phys.ASA.hpp
FireDAC.Phys.ASA TFDASAValidate

Description

Specifies the table or materialized view list to validate.

Use the Tables property to specify the table or materialized view list to validate.

When vfIndex is included into Flags, Tables specifies the index names to validate. It corresponds to object-name. For more details about object-name, see http://infocenter.sybase.com/help/.

See Also