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 record number from the data that is generated by the event.
Namespace: Microsoft.SqlServer.Management.Trace
Assembly: Microsoft.SqlServer.ConnectionInfoExtended (in Microsoft.SqlServer.ConnectionInfoExtended.dll)
Syntax
'Declaration
Public ReadOnly Property RecordNumber As Integer
Get
'Usage
Dim instance As ReplayEventArgs
Dim value As Integer
value = instance.RecordNumber
public int RecordNumber { get; }
public:
property int RecordNumber {
int get ();
}
member RecordNumber : int
function get RecordNumber () : int
Property Value
Type: System.Int32
An integer that represents the record number.