Compartilhar via


Propriedade do RDL TraceEventArgs.SkipRecord

Gets the Boolean value that specifies whether the current record is traced or skipped.

Namespace:  Microsoft.SqlServer.Management.Trace
Assembly:  Microsoft.SqlServer.ConnectionInfoExtended (em Microsoft.SqlServer.ConnectionInfoExtended.dll)

Sintaxe

'Declaração
Public Property SkipRecord As Boolean 
    Get 
    Set
'Uso
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)

Valor da propriedade

Tipo: 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.

Consulte também

Referência

TraceEventArgs Classe

Namespace Microsoft.SqlServer.Management.Trace