CalculationGroupSelectionMode 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.
Options for selections on calculation groups which do not invoke a calculation item.
public enum CalculationGroupSelectionMode
type CalculationGroupSelectionMode =
Public Enum CalculationGroupSelectionMode
- Inheritance
-
CalculationGroupSelectionMode
Fields
Name | Value | Description |
---|---|---|
Unknown | 0 | Invalid selection value for CalculationGroupSelectionMode |
MultipleOrEmptySelection | 1 | Multiple calculation items were referenced in the calculation group. |
NoSelection | 2 | No calculation items nor the calculation group were referenced in the calculation group. |
Remarks
This enum is only supported when the compatibility level of the database is at 1605 or above.