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.
Registers the specified data source and data table.
Namespace: Microsoft.VisualStudio.TestTools.WebTesting
Assembly: Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)
Syntax
'Declaration
Public Sub RegisterDataSource ( _
dataSourceName As String, _
dataTableName As String _
)
public void RegisterDataSource(
string dataSourceName,
string dataTableName
)
public:
void RegisterDataSource(
String^ dataSourceName,
String^ dataTableName
)
member RegisterDataSource :
dataSourceName:string *
dataTableName:string -> unit
public function RegisterDataSource(
dataSourceName : String,
dataTableName : String
)
Parameters
- dataSourceName
Type: System.String
The name of the data source.
- dataTableName
Type: System.String
The name of the data table.
.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.