Compartir a través de


ResultSetCondition.ResultSet (Propiedad)

Obtiene o establece el conjunto de resultados en el objeto ExecutionResult que se va a comprobar.

Espacio de nombres:  Microsoft.Data.Schema.UnitTesting.Conditions
Ensamblado:  Microsoft.Data.Schema.UnitTesting (en Microsoft.Data.Schema.UnitTesting.dll)

Sintaxis

'Declaración
Public Property ResultSet As Integer
    Get
    Set
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)

Valor de propiedad

Tipo: System.Int32

Comentarios

El primer ResultSet es 1.

Seguridad de .NET Framework

Vea también

Referencia

ResultSetCondition Clase

Microsoft.Data.Schema.UnitTesting.Conditions (Espacio de nombres)