The SQLServerDataSet type exposes the following members.

Properties

  NameDescription
Public propertyConnectionState
The state of the connection to the database or the source file.
(Inherited from OleDbDataSet.)
Public propertyDatabase
The name of the database where the table is located.
Protected propertyDBMS (Inherited from OleDbDataSet.)
Public propertyFields
The columns in the data source.
(Inherited from OleDbDataSet.)
Public propertyPassword
The user's password.
Public propertyServer
The name of the server where the database is located.
Public propertyTableName
The database table or file path where the data resides.
(Inherited from OleDbDataSet.)
Public propertyUser
The user that has access to the table.

See Also