Свойство ScalarValueCondition.RowNumber

 

?????????? ??? ?????? ????? ??????, ????????? ? ???? ????????? ResultSet.

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

Синтаксис

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

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

Type: System.Int32

См. также

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

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