ResultSetCondition.ResultSet Propriedade
Obtém ou define o conjunto de resultados no SqlExecutionResult para verificação.
Namespace: Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions
Assembly: Microsoft.Data.Tools.Schema.Sql.UnitTesting (em Microsoft.Data.Tools.Schema.Sql.UnitTesting.dll)
Sintaxe
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
Valor de propriedade
Type: System.Int32
Comentários
O primeiro ResultSet é 1.
Consulte também
Classe ResultSetCondition
Namespace Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions
Retornar ao topo