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.
Extracts the DataSet from the test results.
Namespace: Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions
Assembly: Microsoft.Data.Tools.Schema.Sql.UnitTesting (in Microsoft.Data.Tools.Schema.Sql.UnitTesting.dll)
Syntax
protected static DataSet GetDataSet(
SqlExecutionResult[] results
)
protected:
static DataSet^ GetDataSet(
array<SqlExecutionResult^>^ results
)
static member GetDataSet :
results:SqlExecutionResult[] -> DataSet
Protected Shared Function GetDataSet (
results As SqlExecutionResult()
) As DataSet
Parameters
results
Type: Microsoft.Data.Tools.Schema.Sql.UnitTesting.SqlExecutionResult[]The test results where the dataset will be extracted.
Return Value
Type: System.Data.DataSet
The extracted dataset.
See Also
DataSetTestCondition Class
Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions Namespace
Return to top