FireDAC.Comp.Client.TFDMetaInfoCommand.MetaInfoKind
Delphi
property MetaInfoKind: TFDPhysMetaInfoKind read FMetaInfoKind
C++
__property Firedac::Phys::Intf::TFDPhysMetaInfoKind MetaInfoKind = {read=FMetaInfoKind, write=SetMetaInfoKind, default=3};
プロパティ
種類 | 可視性 | ソース | ユニット | 親 |
---|---|---|---|---|
property | published | FireDAC.Comp.Client.pas FireDAC.Comp.Client.hpp |
FireDAC.Comp.Client | TFDMetaInfoCommand |
説明
取得するメタデータの種類を取得/設定します。
MetaInfoKind プロパティによって、どのメタ情報を取得するかが決まります。DBMS または FireDAC ドライバが指定された MetaInfoKind をサポートしていない場合(たとえば Sybase SQL Anywhere の mkGenerators
など)、開いたときに例外は発生しませんが、レコードが返されません。
このプロパティに値を割り当てると、コマンドが閉じ、Unprepare メソッドが呼び出されます。
返されるデータセットの構造については、「メタデータの操作」を参照してください。