Enum SsasAttributeDiscretizationMethod
Namespace: Varigence.Languages.Biml.Cube
Assembly: Biml.dll
C#
public enum SsasAttributeDiscretizationMethod
Fields
Fields | Description |
---|---|
Automatic | Specifies that attribute members will be grouped using the pre-defined "Automatic" algorithm. |
Clusters | Specifies that attribute members will be grouped using the pre-defined "Clusters" algorithm. |
EqualAreas | Specifies that attribute members will be grouped using the pre-defined "Equal Areas" algorithm. |
None | Specifies that attribute members will not be grouped. |