ResultSetCondition.ResultSet Property
Gets or sets the result set in the ExecutionResult to check.
Namespace: Microsoft.Data.Schema.UnitTesting.Conditions
Assembly: Microsoft.Data.Schema.UnitTesting (in Microsoft.Data.Schema.UnitTesting.dll)
Syntax
'Declaration
Public Property ResultSet As Integer
public int ResultSet { get; set; }
public:
property int ResultSet {
int get ();
void set (int value);
}
member ResultSet : int with get, set
function get ResultSet () : int
function set ResultSet (value : int)
Property Value
Type: System.Int32
Remarks
The first ResultSet is 1.
.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.