The DbProfile type exposes the following members.
Back to Top
Back to Top
Back to Top
Constructors
Name | Description | |
---|---|---|
![]() | DbProfile | Initializes a new instance of the DbProfile class |
Methods
Name | Description | |
---|---|---|
![]() | ToString |
Returns a string representation of the database connection information.
(Overrides Object ToString .) |
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