共用方式為


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.