Propriété TraceEventArgs.SkipRecord
Gets the Boolean value that specifies whether the current record is traced or skipped.
Espace de noms : Microsoft.SqlServer.Management.Trace
Assembly : Microsoft.SqlServer.ConnectionInfoExtended (en Microsoft.SqlServer.ConnectionInfoExtended.dll)
Syntaxe
'Déclaration
Public Property SkipRecord As Boolean
Get
Set
'Utilisation
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)
Valeur de propriété
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.