UsedInQueryTypes 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.
Specifies whether this parameter directly or indirectly affects the data in a report.
public enum class UsedInQueryTypes
public enum UsedInQueryTypes
type UsedInQueryTypes =
Public Enum UsedInQueryTypes
- Inheritance
-
UsedInQueryTypes
Fields
Name | Value | Description |
---|---|---|
Auto | 0 | The type is automatic. |
True | 1 | the paremeter directly affects the data. |
False | 2 | The parameter indirectly affects the data. |