다음을 통해 공유


SkipRecord 속성

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

네임스페이스:  Microsoft.SqlServer.Management.Trace
어셈블리:  Microsoft.SqlServer.ConnectionInfoExtended(Microsoft.SqlServer.ConnectionInfoExtended.dll)

구문

‘선언
Public Property SkipRecord As Boolean
    Get
    Set
‘사용 방법
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)

속성 값

유형: 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.