Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Defines a binding relationship and adds it to the data source binding collection for the Web performance test.
Namespace: Microsoft.VisualStudio.TestTools.WebTesting
Assembly: Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)
Syntax
'Declaration
Public Overridable Sub AddDataSourceBinding ( _
dataSourceName As String, _
tableName As String, _
columnName As String, _
contextName As String _
)
public virtual void AddDataSourceBinding(
string dataSourceName,
string tableName,
string columnName,
string contextName
)
public:
virtual void AddDataSourceBinding(
String^ dataSourceName,
String^ tableName,
String^ columnName,
String^ contextName
)
abstract AddDataSourceBinding :
dataSourceName:string *
tableName:string *
columnName:string *
contextName:string -> unit
override AddDataSourceBinding :
dataSourceName:string *
tableName:string *
columnName:string *
contextName:string -> unit
public function AddDataSourceBinding(
dataSourceName : String,
tableName : String,
columnName : String,
contextName : String
)
Parameters
dataSourceName
Type: StringThe name of the data source.
tableName
Type: StringThe name of a table in the data source.
columnName
Type: StringThe name of a column in the table to that is used for binding.
contextName
Type: StringThe variable name that represents the binding.
Exceptions
| Exception | Condition |
|---|---|
| WebTestException | dataSourceName does not represent a data source that is found in the internal Web performance test data source collection. |
.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.