The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
DataSourceAttribute Constructor
Initializes a new instance of the DataSourceAttribute class.
Assembly: Microsoft.VisualStudio.QualityTools.UnitTestFramework (in Microsoft.VisualStudio.QualityTools.UnitTestFramework.dll)
| Name | Description | |
|---|---|---|
![]() | DataSourceAttribute(String^) | Initializes a new instance of the DataSourceAttribute class. This instance will be initialized with a data provider and connection string associated with the setting name. |
![]() | DataSourceAttribute(String^, String^) | Initializes a new instance of the DataSourceAttribute class. This instance will be initialized with a connection string and table name. |
![]() | DataSourceAttribute(String^, String^, String^, DataAccessMethod) | Initializes a new instance of the DataSourceAttribute class. This instance will be initialized with a data provider, connection string, data table and data access method to access the data source. |
Show:
