API:Data.SqlExpr.TSQLSchemaInfo

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

  TSQLSchemaInfo = record
    FType: TSchemaType;
    ObjectName: string;
    Pattern: string;
    PackageName : string;
  end;

C++

struct DECLSPEC_DRECORD TSQLSchemaInfo
{
public:
    TSchemaType FType;
    System::UnicodeString ObjectName;
    System::UnicodeString Pattern;
    System::UnicodeString PackageName;
};

Propriétés

Type Visibilité  Source Unité  Parent
record
struct
public
Data.SqlExpr.pas
Data.SqlExpr.hpp
Data.SqlExpr Data.SqlExpr

Description

Embarcadero Technologies ne possède pas d'informations supplémentaires pour le moment. Veuillez nous aider à documenter cette rubrique en utilisant la page Discussion !