DelegationParameterFeatures 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.
Let DelegationParameters describe which virtuals it implements. This allows consumers to check for unsupported features.
This enumeration supports a bitwise combination of its member values.
[System.Flags]
public enum DelegationParameterFeatures
[<System.Flags>]
type DelegationParameterFeatures =
Public Enum DelegationParameterFeatures
- Inheritance
-
DelegationParameterFeatures
- Attributes
Fields
| Name | Value | Description |
|---|---|---|
| Filter | 1 | |
| Top | 2 | |
| Columns | 4 | |
| Sort | 8 | |
| ApplyJoin | 16 | |
| ApplyGroupBy | 32 | |
| Count | 64 | |
| ApplyTopLevelAggregation | 128 |