Свойство RowCountCondition.RowCount

 

?????????? ??? ?????? ????? ????? ? ?????????????? ?????? ResultSet.

Пространство имен:   Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions
Сборка:  Microsoft.Data.Tools.Schema.Sql.UnitTesting (в Microsoft.Data.Tools.Schema.Sql.UnitTesting.dll)

Синтаксис

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

Значение свойства

Type: System.Int32

См. также

RowCountCondition - класс
Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions - пространство имен

Вернуться в начало