The SQLServerDataSet type exposes the following members.
Properties
Name | Description | |
---|---|---|
ConnectionState |
The state of the connection to the database or the source file.
(Inherited from OleDbDataSet.) | |
Database |
The name of the database where the table is located.
| |
DBMS | (Inherited from OleDbDataSet.) | |
Fields |
The columns in the data source.
(Inherited from OleDbDataSet.) | |
Password |
The user's password.
| |
Server |
The name of the server where the database is located.
| |
TableName |
The database table or file path where the data resides.
(Inherited from OleDbDataSet.) | |
User |
The user that has access to the table.
|