Compartir a través de


RowCountCondition.RowCount (Propiedad)

 

Obtiene o establece el número de filas de ResultSet.

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

Sintaxis

public int RowCount { get; set; }
public:
property int RowCount {
    int get();
    void set(int value);
}
member RowCount : int with get, set
Public Property RowCount As Integer

Valor de propiedad

Type: System.Int32

Vea también

RowCountCondition (Clase)
Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions (Espacio de nombres)

Volver al principio