Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the number of records of data.
Namespace: Microsoft.SqlServer.Management.Trace
Assembly: Microsoft.SqlServer.ConnectionInfoExtended (in Microsoft.SqlServer.ConnectionInfoExtended.dll)
Syntax
'Declaration
Public ReadOnly Property RecordsAffected As Integer
Get
'Usage
Dim instance As TraceReader
Dim value As Integer
value = instance.RecordsAffected
public int RecordsAffected { get; }
public:
virtual property int RecordsAffected {
int get () sealed;
}
abstract RecordsAffected : int
override RecordsAffected : int
final function get RecordsAffected () : int
Property Value
Type: System.Int32
An Int32 value that specifies the number of records of data.
Implements
Examples
See Also
Reference
Microsoft.SqlServer.Management.Trace Namespace