FireDAC.Comp.Client.TFDMetaInfoCommand.MetaInfoKind

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

property MetaInfoKind: TFDPhysMetaInfoKind read FMetaInfoKind

C++

__property Firedac::Phys::Intf::TFDPhysMetaInfoKind MetaInfoKind = {read=FMetaInfoKind, write=SetMetaInfoKind, default=3};

Propriétés

Type Visibilité  Source Unité  Parent
property published
FireDAC.Comp.Client.pas
FireDAC.Comp.Client.hpp
FireDAC.Comp.Client TFDMetaInfoCommand

Description

Obtient / définit le type de métaclasse à récupérer.

La propriété MetaInfoKind détermine les informations méta qui seront récupérées. Si SGBD ou le pilote FireDAC ne supporte pas le MetaInfoKind spécifié (par exemple, mkGenerators pour Sybase SQL Anywhere), aucune exception ne sera alors déclenchée à l'ouverture et aucun enregistrement ne sera renvoyé.

L'affectation d'une valeur à cette propriété ferme la commande et appelle la méthode Unprepare.

Voir Utilisation des métadonnées pour consulter la structure des ensembles de données renvoyés.

Voir aussi