Share via


ExecutionResult.RowsAffected Property

Gets an array of integers that indicates the number of rows that were impacted by each statement in the test that affects the database.

Namespace: Microsoft.VisualStudio.TeamSystem.Data.UnitTesting
Assembly: Microsoft.VisualStudio.TeamSystem.Data.UnitTesting (in microsoft.visualstudio.teamsystem.data.unittesting.dll)

Syntax

'Declaration
Public Property RowsAffected As Integer()
'Usage
Dim instance As ExecutionResult
Dim value As Integer()

value = instance.RowsAffected
public int[] RowsAffected { get; }
public:
property array<int>^ RowsAffected {
    array<int>^ get ();
}
/** @property */
public int[] get_RowsAffected ()
public function get RowsAffected () : int[]

Remarks

This information is only captured for the SQL client.

See Also

Reference

ExecutionResult Class
ExecutionResult Members
Microsoft.VisualStudio.TeamSystem.Data.UnitTesting Namespace