ExecutionInfo.AllowQueryExecution Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Indique si l'utilisateur est autorisé à fournir des valeurs pour des paramètres utilisés dans la requête.
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
Valeur de propriété
Valeur Boolean
.
Remarques
Si AllowQueryExecution a la valeur true
, le instantané est effacé lorsque la ResetExecution méthode est appelée.
AllowQueryExecution retourne false
pour les instantanés d’exécution et d’historique, ainsi true
que pour les rapports en direct et les rapports ad hoc.