다음을 통해 공유


SqlExecutionResult.RowsAffected 속성

 

데이터베이스에 적용하는 테스트의 각 문에 의해 영향을 받는 행 수를 나타내는 정수 배열을 가져옵니다.

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

구문

public int[] RowsAffected { get; set; }
public:
property array<int>^ RowsAffected {
    array<int>^ get();
    void set(array<int>^ value);
}
member RowsAffected : int[] with get, set
Public Property RowsAffected As Integer()

속성 값

Type: System.Int32[]

설명

이 정보는 SQL Server 클라이언트에 대해서만 캡처됩니다.

참고 항목

SqlExecutionResult 클래스
Microsoft.Data.Tools.Schema.Sql.UnitTesting 네임스페이스

맨 위로 이동