ResultSet과 연결된 행 번호를 가져오거나 설정합니다.
네임스페이스: Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions
어셈블리: Microsoft.Data.Tools.Schema.Sql.UnitTesting.dll의 Microsoft.Data.Tools.Schema.Sql.UnitTesting
구문
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 네임스페이스
맨 위로 이동