FireDAC.Comp.Client.TFDMetaInfoCommand.CatalogName

De RAD Studio API Documentation

Delphi

property CatalogName: string read FCatalogName write SetCatalogName default 0;

C++

__property CatalogName = {default=0};

Propriétés

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

Description

Identifie le nom du catalogue pour certains types de commande. {{#multireplace:FireDAC.Comp.Client.TFDMetaInfoCommand.CatalogName|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} hérite de {{#multireplace:FireDAC.Comp.Client.TFDCustomCommand.CatalogName|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. Tout le contenu en-dessous de cette ligne se réfère à {{#multireplace:FireDAC.Comp.Client.TFDCustomCommand.CatalogName|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.

Identifie le nom du catalogue pour certains types de commande.

CatalogName identifie le nom du catalogue où l'objet commande réside. La signification dépend de CommandKind et MetainfoKind :

  • Si CommandKind est dans [skStoredProc, skStoredProcWithCrs, skStoredProcNoCrs], CatalogName spécifie alors le nom du catalogue, où la procédure réside.
  • Si MetainfoKind est dans mkNone, CatalogName spécifie alors le nom du catalogue, où l'objet décrit réside.

Voir aussi