ExecutionResult.RowsAffected Property
Gets an array of integers that indicates the number of rows affected by each statement in the test that affects the database.
Namespace: Microsoft.Data.Schema.UnitTesting
Assembly: Microsoft.Data.Schema.UnitTesting (in Microsoft.Data.Schema.UnitTesting.dll)
Syntax
'Declaration
Public Property RowsAffected As Integer()
public int[] RowsAffected { get; set; }
public:
property array<int>^ RowsAffected {
array<int>^ get ();
void set (array<int>^ value);
}
member RowsAffected : int[] with get, set
function get RowsAffected () : int[]
function set RowsAffected (value : int[])
Property Value
Type: array<System.Int32[]
Remarks
This information is captured only for the SQL Server client.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.