FireDAC.Comp.Client.TFDMetaInfoQuery.ObjectScopes

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: property
Visibility: published
Source:
FireDAC.Comp.Client.pas
FireDAC.Comp.Client.hpp
Unit: FireDAC.Comp.Client
Parent: TFDMetaInfoQuery

Delphi

property ObjectScopes: TFDPhysObjectScopes read GetObjectScopes

C++

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

Description

Gets / Sets the object scopes filter.

Use the ObjectScopes property value to filter database objects by their scope.

Scope 

Meaning 

osMy 

Objects created by the current login user. 

osSystem 

Objects belonging to the DBMS. 

osOther 

All other objects. 

Assigning a value to this property closes the dataset. When CatalogName or SchemaName properties are assigned, you may choose not to use ObjectScopes.

See Also