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 Boolean value that specifies whether the current record is traced or skipped.
Namespace: Microsoft.SqlServer.Management.Trace
Assembly: Microsoft.SqlServer.ConnectionInfoExtended (in Microsoft.SqlServer.ConnectionInfoExtended.dll)
Syntax
'Declaration
Public Property SkipRecord As Boolean
Get
Set
'Usage
Dim instance As TraceEventArgs
Dim value As Boolean
value = instance.SkipRecord
instance.SkipRecord = value
public bool SkipRecord { get; set; }
public:
property bool SkipRecord {
bool get ();
void set (bool value);
}
member SkipRecord : bool with get, set
function get SkipRecord () : boolean
function set SkipRecord (value : boolean)
Property Value
Type: System.Boolean
A Boolean value that specifies whether the current record is traced or skipped.If True, the current record is skipped.If False (default), the current record is traced.