FireDAC.Phys.Intf.TFDPhysParsedName

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

  TFDPhysParsedName = record
    FCatalog,
    FSchema,
    FBaseObject,
    FObject,
    FLink: String;
  end;

C++

struct DECLSPEC_DRECORD TFDPhysParsedName
{
public:
    System::UnicodeString FCatalog;
    System::UnicodeString FSchema;
    System::UnicodeString FBaseObject;
    System::UnicodeString FObject;
    System::UnicodeString FLink;
};

プロパティ

種類 可視性 ソース ユニット
record
struct
public
FireDAC.Phys.Intf.pas
FireDAC.Phys.Intf.hpp
FireDAC.Phys.Intf FireDAC.Phys.Intf

説明

このトピックには現在ドキュメントが存在しません。「ノート」を利用してこのトピックの改良について話しあうことができます。