SqlTrackingQueryOptions.Clear 方法

定义

SqlTrackingQueryOptions 的属性重置为其默认值。

public:
 void Clear();
public void Clear ();
member this.Clear : unit -> unit
Public Sub Clear ()

注解

下表显示 SqlTrackingQueryOptions 类的实例的初始属性值。

属性
StatusMaxDateTime MaxValue.
StatusMinDateTime MinValue.
TrackingDataItems 一个空 List<T>
WorkflowStatus 空引用(在 Visual Basic 中为 Nothing)。
WorkflowType 空引用(在 Visual Basic 中为 Nothing)。

这些值指定 SqlTrackingQuery.GetWorkflows 调用应为在数据库中具有跟踪数据的每个工作流实例返回 SqlTrackingWorkflowInstance 对象。

适用于