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 les 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é
Une valeur Boolean.
Remarques
Si AllowQueryExecution est true, l’instantané sera effacé lorsque la ResetExecution méthode sera appelée.
AllowQueryExecution reviendra false pour des instantanés d’exécution et d’historique, ainsi true que pour des rapports en direct et des rapports ad hoc.