QueryTextMode Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines whether to print query text in tracing attributes.
public enum QueryTextMode
type QueryTextMode =
Public Enum QueryTextMode
- Inheritance
-
QueryTextMode
Fields
Name | Value | Description |
---|---|---|
None | 0 | Do not show query text. |
ParameterizedOnly | 1 | Only print query text that is parameterized. Parameter values won't be captured. |
All | 2 | Print query text from both parameterized and non parameterized queries. Parameter values won't be captured. |
Applies to
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET