TraceEventArgs.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.