Sdílet prostřednictvím


RowCountCondition.RowCount – vlastnost

Získá nebo nastaví počet řádků ResultSet.

Obor názvů:  Microsoft.Data.Schema.UnitTesting.Conditions
Sestavení:  Microsoft.Data.Schema.UnitTesting (v Microsoft.Data.Schema.UnitTesting.dll)

Syntaxe

'Deklarace
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)

Hodnota vlastnosti

Typ: System.Int32

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

RowCountCondition Třída

Microsoft.Data.Schema.UnitTesting.Conditions – obor názvů