Compartir a través de


RowCountCondition.RowCount (Propiedad)

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

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

Sintaxis

'Declaración
Public Property RowCount As Integer
    Get
    Set
public int RowCount { get; set; }
public:
property int RowCount {
    int get ();
    void set (int value);
}
member RowCount : int with get, set
function get RowCount () : int
function set RowCount (value : int)

Valor de propiedad

Tipo: System.Int32

Seguridad de .NET Framework

Vea también

Referencia

RowCountCondition Clase

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