次の方法で共有


ExecutionInfo.AllowQueryExecution プロパティ

定義

クエリで使用するパラメーターの値をユーザーが指定できるかどうかを示します。

public:
 property bool AllowQueryExecution { bool get(); void set(bool value); };
public bool AllowQueryExecution { get; set; }
member this.AllowQueryExecution : bool with get, set
Public Property AllowQueryExecution As Boolean

プロパティ値

Boolean 値。

注釈

AllowQueryExecutiontrue の場合、ResetExecution メソッドの呼び出し時にスナップショットがクリアされます。

AllowQueryExecution は、実行スナップショットと履歴スナップショットに対して false を返し、ライブ レポートとアドホック レポートに対して true を返します。

適用対象