DbProfile MembersA Sandcastle Documented Class Library

The DbProfile type exposes the following members.
Constructors

  NameDescription
Public methodDbProfile
Initializes a new instance of the DbProfile class
Back to Top
Methods

  NameDescription
Public methodToString
Returns a string representation of the database connection information.
(Overrides Object ToString .)
Back to Top
Fields

  NameDescription
Public fieldconnStr
Stores the connection string for connecting to this database.
Public fielddatabase
The target database to connect to.
Public fielddbType
The type of database we're connecting to.
Public fieldinstance
The instance name of the target database.
Public fieldname
The name associated with this database connection information.
Public fieldpassword
Connection authentication password.
Public fieldserver
The server the database is on.
Public fieldusername
Connection authentication username.
Back to Top
See Also