DataSourceElement Class
Represents a data source element as an XML tag within a configuration file.
Assembly: Microsoft.VisualStudio.QualityTools.UnitTestFramework (in Microsoft.VisualStudio.QualityTools.UnitTestFramework.dll)
System.Configuration::ConfigurationElement
Microsoft.VisualStudio.TestTools.UnitTesting::DataSourceElement
| Name | Description | |
|---|---|---|
![]() | DataSourceElement() | Initializes a new instance of the DataSourceElement class. |
| Name | Description | |
|---|---|---|
![]() | ConnectionString | Gets or sets the connection string setting element in the <connectionStrings> section in the app.config file. |
![]() | DataAccessMethod | Gets or sets the data source access method element in the app.config file. |
![]() | DataTableName | Gets or sets the table name setting element in the app.config file. |
![]() | ElementInformation | (Inherited from ConfigurationElement.) |
![]() | ElementProperty | (Inherited from ConfigurationElement.) |
![]() | Item[ConfigurationProperty^] | (Inherited from ConfigurationElement.) |
![]() | Item[String^] | (Inherited from ConfigurationElement.) |
![]() | LockAllAttributesExcept | (Inherited from ConfigurationElement.) |
![]() | LockAllElementsExcept | (Inherited from ConfigurationElement.) |
![]() | LockAttributes | (Inherited from ConfigurationElement.) |
![]() | LockElements | (Inherited from ConfigurationElement.) |
![]() | LockItem | (Inherited from ConfigurationElement.) |
![]() | Name | Gets or sets the data source name setting element in the app.config file. |
![]() | Properties | (Inherited from ConfigurationElement.) |
| Name | Description | |
|---|---|---|
![]() | DeserializeElement(XmlReader^, Boolean) | (Inherited from ConfigurationElement.) |
![]() | Equals(Object^) | (Inherited from ConfigurationElement.) |
![]() | GetHashCode() | (Inherited from ConfigurationElement.) |
![]() | GetType() | (Inherited from Object.) |
![]() | Init() | (Inherited from ConfigurationElement.) |
![]() | InitializeDefault() | (Inherited from ConfigurationElement.) |
![]() | IsModified() | (Inherited from ConfigurationElement.) |
![]() | IsReadOnly() | (Inherited from ConfigurationElement.) |
![]() | Reset(ConfigurationElement^) | (Inherited from ConfigurationElement.) |
![]() | ResetModified() | (Inherited from ConfigurationElement.) |
![]() | SerializeElement(XmlWriter^, Boolean) | (Inherited from ConfigurationElement.) |
![]() | SerializeToXmlElement(XmlWriter^, String^) | (Inherited from ConfigurationElement.) |
![]() | SetReadOnly() | (Inherited from ConfigurationElement.) |
![]() | ToString() | (Inherited from Object.) |
![]() | Unmerge(ConfigurationElement^, ConfigurationElement^, ConfigurationSaveMode) | (Inherited from ConfigurationElement.) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.



