Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
Advances the cursor in the data table to the next record.
Namespace: Microsoft.VisualStudio.TestTools.WebTesting
Assembly: Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)
Syntax
'Declaration
Public Sub MoveDataTableCursor ( _
dataSourceName As String, _
dataTableName As String _
)
public void MoveDataTableCursor(
string dataSourceName,
string dataTableName
)
public:
void MoveDataTableCursor(
String^ dataSourceName,
String^ dataTableName
)
member MoveDataTableCursor :
dataSourceName:string *
dataTableName:string -> unit
public function MoveDataTableCursor(
dataSourceName : String,
dataTableName : String
)
Parameters
dataSourceName
Type: StringThe data source name.
dataTableName
Type: StringA table that is found in the data source.
Exceptions
| Exception | Condition |
|---|---|
| ArgumentException | dataSourceName does not represent a data source that is found in the internal Web performance test data source collection. |
| ArgumentException | dataTableName does not represent a table that is found in dataSourceName. |
.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.
See Also
Reference
Microsoft.VisualStudio.TestTools.WebTesting Namespace