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
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET