Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
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