要求されたページは選択されたバージョンでは利用できない。
GetDataSet
Syntax
AbtDataSet GetDataSet(String path)
Description
Retrieve data set content in the current project or supplier project. If variations of the data set exist, the returned variation is that which satisfies the runtime variation specification.
Parameters
path
String specifying a data set path.
Return Value
If the specified data set is found, an AbtDataSet object with the contents of the data set; otherwise, null.
Notes
- path parameter:
- dedicated data set: The full TA explorer path from the Data node must be specified, with forward slashes (/) delimiting each level of the hierarchy. For example: /Customer info/Customers
- inline data set: Only the name (no path) of the data set is necessary. For example: Customers.
- This method is currently supported only by the C# harness.