SqlTrackingQueryOptions コンストラクター

定義

SqlTrackingQueryOptions クラスの新しいインスタンスを初期化します。

public:
 SqlTrackingQueryOptions();
public SqlTrackingQueryOptions();
Public Sub New ()

注釈

次の表に、 SqlTrackingQueryOptions クラスのインスタンスの初期プロパティ値を示します。

財産 価値
StatusMaxDateTime MaxValue
StatusMinDateTime MinValue
TrackingDataItems 空の List<T>
WorkflowStatus null 参照 (Visual Basic のNothing )。
WorkflowType null 参照 (Visual Basic のNothing )。

これらの値は、 SqlTrackingQuery.GetWorkflows の呼び出しが、データベース内の追跡データを持つすべてのワークフロー インスタンスに対して SqlTrackingWorkflowInstance オブジェクトを返すように指定します。

適用対象