Data.Win.ADODB.TRDSConnection.DataSpaceObject

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property DataSpaceObject: DataSpace read FDataSpace;

C++

__property Winapi::Adoint::DataSpace DataSpaceObject = {read=FDataSpace};

Properties

Type Visibility Source Unit Parent
property public
Data.Win.ADODB.pas
Data.Win.ADODB.hpp
Data.Win.ADODB TRDSConnection

Description

Provides access to the interface for the RDS DataSpace object.

Use DataSpaceObject to get direct access to the RDS DataSpace object the RDS connection component represents. This direct access reference allows an application to use properties and methods of the underlying DataSpace object. Accessing the underlying DataSpace object is especially useful for utilizing properties and methods of the DataSpace object not surfaced in TRDSConnection.

Note: Use of DataSpaceObject to directly access the underlying RDS DataSpace object requires a good working knowledge of ADO objects in general and the RDS DataSpace object in specific. It is not recommended that you use the DataSpace object directly unless familiar with DataSpace object operations. Consult the Microsoft Data Store SDK help for specific information on using RDS DataSpace objects.