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