API:FireDAC.Comp.Client.TFDCommand.CatalogName

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

property CatalogName;

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 TFDCommand

Description

Identifie le nom du catalogue pour certains types de commande.

FireDAC.Comp.Client.TFDCommand.CatalogName hérite de FireDAC.Comp.Client.TFDCustomCommand.CatalogName. Tout le contenu en-dessous de cette ligne se réfère à FireDAC.Comp.Client.TFDCustomCommand.CatalogName.

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