DataSourceInfo dsi
- Last Updated: May 12, 2026
- 1 minute read
- OpenAccess SDK
- Version 9.0
- Documentation
Lists all attributes and their values for a server data source.
Syntax
{DataSourceInfo | dsi} service_name data_source_name
where:
service_name is the name of a data access service. Service names can be obtained using the ServiceList | sl command.
data_source_name is the name of the server data source for which you want to list attributes and their values. This server data source must belong to the data access service you specified.
See OpenAccess SDK Service Attributes for a list of service attributes and their valid values.
Example
The following example lists attributes and their values for the DS_Employees server data source. This server data source belongs to the OpenAccessSDK900_C data access service.
dsi OpenAccessSDK900_C DS_Employees