Compartilhar via


ExecutionInfo.AllowQueryExecution Propriedade

Definição

Indica se o usuário pode fornecer valores para parâmetros utilizados na consulta.

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

Valor da propriedade

Um valor Boolean.

Comentários

Se AllowQueryExecution for true, o instantâneo será limpo quando o ResetExecution método for chamado.

AllowQueryExecution retornará false para instantâneos de execução e histórico e true para relatórios ao vivo e relatórios ad hoc.

Aplica-se a