要求されたページは選択されたバージョンでは利用できない。
DoesDataSetExist
Syntax
int DoesDataSetExist(string path)
Description
Check whether a data set exists.
Parameters
path
String specifying a data set path (see the name argument of the use data set built-in action).
Return Value
Return 0 if thedata set exists; otherwise, -1.
Notes
- If the data set you want to check against is created by harness code, only the name (no path) of it is necessary for path.
- This method is currently supported only by the C# harness.