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.
Gets the data returned by the test.
Namespace: Microsoft.Data.Tools.Schema.Sql.UnitTesting
Assembly: Microsoft.Data.Tools.Schema.Sql.UnitTesting (in Microsoft.Data.Tools.Schema.Sql.UnitTesting.dll)
Syntax
public DataSet DataSet { get; set; }
public:
property DataSet^ DataSet {
DataSet^ get();
void set(DataSet^ value);
}
member DataSet : DataSet with get, set
Public Property DataSet As DataSet
Property Value
Type: System.Data.DataSet
Returns a DataSet.
See Also
SqlExecutionResult Class
Microsoft.Data.Tools.Schema.Sql.UnitTesting Namespace
Return to top