ExecutionInfo.AllowQueryExecution Property
Definition
指示是否允许用户为该查询中使用的参数提供值。Indicates whether the user is allowed to provide values for parameters used in the query.
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
Property Value
一个 Boolean
值。A Boolean
value.
Remarks
如果 AllowQueryExecution 为 true
,则在调用方法时将清除快照 ResetExecution 。If AllowQueryExecution is true
, the snapshot will be cleared when the ResetExecution method is called.
AllowQueryExecution将 false
为执行和历史记录快照以及 true
实时报表和即席报表返回。AllowQueryExecution will return false
for execution and history snapshots, and true
for live reports and ad-hoc reports.