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.
Namespace: Microsoft.Data.Schema.UnitTesting
Assembly: Microsoft.Data.Schema.UnitTesting (in Microsoft.Data.Schema.UnitTesting.dll)
Syntax
'Declaration
Public Property DataSet As DataSet
'Usage
Dim instance As ExecutionResult
Dim value As DataSet
value = instance.DataSet
instance.DataSet = value
public DataSet DataSet { get; internal set; }
public:
property DataSet^ DataSet {
DataSet^ get ();
void set (DataSet^ value);
}
public function get DataSet () : DataSet
public function set DataSet (value : DataSet)
Property Value
Type: System.Data.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.