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.Schema.UnitTesting
Assembly: Microsoft.Data.Schema.UnitTesting (in Microsoft.Data.Schema.UnitTesting.dll)
Syntax
'Declaration
Public Property DataSet As DataSet
public DataSet DataSet { get; set; }
public:
property DataSet^ DataSet {
DataSet^ get ();
void set (DataSet^ value);
}
member DataSet : DataSet with get, set
function get DataSet () : DataSet
function set DataSet (value : DataSet)
Property Value
Type: System.Data.DataSet
Returns a DataSet.
.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.