Share via


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
Public constructor ConnectionContextElement Initializes a new instance of the ConnectionContextElement class. 

Top

Public Properties

(see also Protected Properties )

  Name Description
Public property CommandTimeout Gets or sets the time (in seconds) that elapses before the command that executes the T-SQL statement times out. 
Public property ConnectionString Gets or sets the connection string. 
Public property ElementInformation  (Inherited from ConfigurationElement.)
Public property LockAllAttributesExcept  (Inherited from ConfigurationElement.)
Public property LockAllElementsExcept  (Inherited from ConfigurationElement.)
Public property LockAttributes  (Inherited from ConfigurationElement.)
Public property LockElements  (Inherited from ConfigurationElement.)
Public property LockItem  (Inherited from ConfigurationElement.)
Public property Provider Gets or sets the provider type for the connection. For example, System.Data.OracleClient or System.Data.SqlClient. 

Top

Protected Properties

  Name Description
Protected property ElementProperty  (Inherited from ConfigurationElement.)
Protected property EvaluationContext  (Inherited from ConfigurationElement.)
Protected property Item  Overloaded. (Inherited from ConfigurationElement.)
Protected property Properties  (Inherited from ConfigurationElement.)

Top

Public Methods

(see also Protected Methods )

  Name Description
Public method Equals  Overloaded. (Inherited from ConfigurationElement.)
Public method GetHashCode  (Inherited from ConfigurationElement.)
Public method GetType  (Inherited from Object.)
Public method IsReadOnly  (Inherited from ConfigurationElement.)
Public method Static ReferenceEquals  (Inherited from Object.)
Public method ToString  (Inherited from Object.)

Top

Protected Methods

  Name Description
Protected method DeserializeElement  (Inherited from ConfigurationElement.)
Protected method Finalize  (Inherited from Object.)
Protected method Init  (Inherited from ConfigurationElement.)
Protected method InitializeDefault  (Inherited from ConfigurationElement.)
Protected method IsModified  (Inherited from ConfigurationElement.)
Protected method ListErrors  (Inherited from ConfigurationElement.)
Protected method MemberwiseClone  (Inherited from Object.)
Protected method OnDeserializeUnrecognizedAttribute  (Inherited from ConfigurationElement.)
Protected method OnDeserializeUnrecognizedElement  (Inherited from ConfigurationElement.)
Protected method OnRequiredPropertyNotFound  (Inherited from ConfigurationElement.)
Protected method PostDeserialize  (Inherited from ConfigurationElement.)
Protected method PreSerialize  (Inherited from ConfigurationElement.)
Protected method Reset  (Inherited from ConfigurationElement.)
Protected method ResetModified  (Inherited from ConfigurationElement.)
Protected method SerializeElement  (Inherited from ConfigurationElement.)
Protected method SerializeToXmlElement  (Inherited from ConfigurationElement.)
Protected method SetPropertyValue  (Inherited from ConfigurationElement.)
Protected method SetReadOnly  (Inherited from ConfigurationElement.)
Protected method Unmerge  (Inherited from ConfigurationElement.)

Top

See Also

Reference

ConnectionContextElement Class
Microsoft.VisualStudio.TeamSystem.Data.UnitTesting.Configuration Namespace