Share via


ExecutionResult.RowsAffected Property

Namespace:  Microsoft.Data.Schema.UnitTesting
Assembly:  Microsoft.Data.Schema.UnitTesting (in Microsoft.Data.Schema.UnitTesting.dll)

Syntax

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

value = instance.RowsAffected

instance.RowsAffected = value
public int[] RowsAffected { get; internal set; }
public:
property array<int>^ RowsAffected {
    array<int>^ get ();
    void set (array<int>^ value);
}
public function get RowsAffected () : int[]
public function set RowsAffected (value : int[])

Property Value

Type: array<System.Int32[]

.NET Framework Security

See Also

Reference

ExecutionResult Class

ExecutionResult Members

Microsoft.Data.Schema.UnitTesting Namespace