ConnectionContextElement Members
Represents the ExecutionContext or PrivilegedContext configuration element in the DatabaseUnitTesting section of the app.config file.
The following tables list the members exposed by the ConnectionContextElement type.
Public Constructors
Name | Description | |
---|---|---|
![]() |
ConnectionContextElement | Initializes a new instance of the ConnectionContextElement class. |
Top
Public Properties
(see also Protected Properties )
Name | Description | |
---|---|---|
![]() |
CommandTimeout | Gets or sets the time (in seconds) that elapses before the command that executes the T-SQL statement times out. |
![]() |
ConnectionString | Gets or sets the connection string. |
![]() |
ElementInformation | (Inherited from ConfigurationElement.) |
![]() |
LockAllAttributesExcept | (Inherited from ConfigurationElement.) |
![]() |
LockAllElementsExcept | (Inherited from ConfigurationElement.) |
![]() |
LockAttributes | (Inherited from ConfigurationElement.) |
![]() |
LockElements | (Inherited from ConfigurationElement.) |
![]() |
LockItem | (Inherited from ConfigurationElement.) |
![]() |
Provider | Gets or sets the provider type for the connection. For example, System.Data.OracleClient or System.Data.SqlClient. |
Top
Protected Properties
Name | Description | |
---|---|---|
![]() |
ElementProperty | (Inherited from ConfigurationElement.) |
![]() |
EvaluationContext | (Inherited from ConfigurationElement.) |
![]() |
Item | Overloaded. (Inherited from ConfigurationElement.) |
![]() |
Properties | (Inherited from ConfigurationElement.) |
Top
Public Methods
(see also Protected Methods )
Name | Description | |
---|---|---|
![]() |
Equals | Overloaded. (Inherited from ConfigurationElement.) |
![]() |
GetHashCode | (Inherited from ConfigurationElement.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
IsReadOnly | (Inherited from ConfigurationElement.) |
![]() ![]() |
ReferenceEquals | (Inherited from Object.) |
![]() |
ToString | (Inherited from Object.) |
Top
Protected Methods
Top
See Also
Reference
ConnectionContextElement Class
Microsoft.VisualStudio.TeamSystem.Data.UnitTesting.Configuration Namespace