skip to main content
OpenAccess SDK Manager Commands : OpenAccess SDK Manager Commands : DataSourceAttributeDelete | dsad
 

DataSourceAttributeDelete | dsad

Deletes an attribute from a server data source.

Syntax


{DataSourceAttributeDelete | dsad} service_name data_source_name attribute_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 from which you want to delete an attribute. This server data source must belong to the data access service you specified.
attribute_name is the name of the attribute you want to delete.
See OpenAccess SDK Service Attributes for a list of service attributes and their valid values.

Example

The following example deletes the DataSourceCurrentCatalog attribute from the DS_Employees server data source that belongs to the OpenAccessSDK810_C data access service:

dsad OpenAccessSDK810_C DS_Employees DataSourceCurrentCatalog