TraceReader.RecordsAffected Property

Definition

Gets the number of records of data.

public:
 property int RecordsAffected { int get(); };
public int RecordsAffected { get; }
member this.RecordsAffected : int
Public ReadOnly Property RecordsAffected As Integer

Property Value

An Int32 value that specifies the number of records of data.

Implements

Examples

Readme_Tracer

Applies to