Enum SsasAttributeDiscretizationMethod
C#
public enum SsasAttributeDiscretizationMethod
Fields
| 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. |