Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Initializes an instance of the DataSourceAttribute class using a single table and the defined access method.
Namespace: Microsoft.VisualStudio.TestTools.WebTesting
Assembly: Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)
Syntax
'Declaration
Public Sub New ( _
dataSourceName As String, _
connectionString As String, _
accessMethod As DataBindingAccessMethod, _
tableName As String _
)
public DataSourceAttribute(
string dataSourceName,
string connectionString,
DataBindingAccessMethod accessMethod,
string tableName
)
public:
DataSourceAttribute(
String^ dataSourceName,
String^ connectionString,
DataBindingAccessMethod accessMethod,
String^ tableName
)
new :
dataSourceName:string *
connectionString:string *
accessMethod:DataBindingAccessMethod *
tableName:string -> DataSourceAttribute
public function DataSourceAttribute(
dataSourceName : String,
connectionString : String,
accessMethod : DataBindingAccessMethod,
tableName : String
)
Parameters
- dataSourceName
Type: System.String
The name of the data source.
- connectionString
Type: System.String
The connection string to access the data source.
- accessMethod
Type: Microsoft.VisualStudio.TestTools.WebTesting.DataBindingAccessMethod
The mode for accessing data from the data source.
- tableName
Type: System.String
The table name within the data source that contain information to be accessed.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.