FireDAC.Comp.Client.TFDMetaInfoCommand.ObjectScopes

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

Delphi

property ObjectScopes: TFDPhysObjectScopes read FObjectScopes

C++

__property Firedac::Phys::Intf::TFDPhysObjectScopes ObjectScopes = {read=FObjectScopes, write=SetObjectScopes, default=1};

プロパティ

種類 可視性 ソース ユニット
property published
FireDAC.Comp.Client.pas
FireDAC.Comp.Client.hpp
FireDAC.Comp.Client TFDMetaInfoCommand

説明

オブジェクト スコープ フィルタを取得/設定します。


ObjectScopes プロパティ値を使用して、次のスコープによりデータベース オブジェクトを選別します。

スコープ

意味

osMy

現在のログイン ユーザーが作成したオブジェクト。

osSystem

DBMS に属するオブジェクト。

osOther

その他のすべてのオブジェクト。

このプロパティに値を割り当てると、コマンドが閉じ、Unprepare メソッドを呼び出します。

関連項目