RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TRDSConnection.DataSpaceObject Property

Provides access to the interface for the RDS DataSpace object.

Pascal
property DataSpaceObject: DataSpace;
C++
__property DataSpace DataSpaceObject;

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.
 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!