Data.SqlExpr.TTableScopes

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

Delphi

type TTableScopes = set of TTableScope;

C++

typedef System::Set<TTableScope, TTableScope::tsSynonym, TTableScope::tsView> TTableScopes;

プロパティ

種類 可視性 ソース ユニット
set
typedef
public
Data.SqlExpr.pas
Data.SqlExpr.hpp
Data.SqlExpr Data.SqlExpr


説明

メタデータの取得対象となるテーブルの種類を表す TTableScope のセットです。

TTableScopes は、メタデータの取得対象となるテーブルの種類を表すセットです。 これは一連の TTableScope 値で構成されます。 TTableScopes の取り得る値は以下のいずれか 1 つ以上です。


意味

tsSynonym

シノニム

tsSysTable

システム テーブル

tsTable

通常のテーブル

tsView

ビュー

関連項目