The DbProfile type exposes the following members.
Back to Top
Fields
Name | Description | |
---|---|---|
![]() | connStr |
Stores the connection string for connecting to this database.
|
![]() | database |
The target database to connect to.
|
![]() | dbType |
The type of database we're connecting to.
|
![]() | instance |
The instance name of the target database.
|
![]() | name |
The name associated with this database connection information.
|
![]() | password |
Connection authentication password.
|
![]() | server |
The server the database is on.
|
![]() | username |
Connection authentication username.
|
See Also