다음을 통해 공유


RowCountCondition.RowCount 속성

 

ResultSet의 행 수를 가져오거나 설정합니다.

네임스페이스:   Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions
어셈블리:  Microsoft.Data.Tools.Schema.Sql.UnitTesting.dll의 Microsoft.Data.Tools.Schema.Sql.UnitTesting

구문

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 네임스페이스

맨 위로 이동