AttributeBindingType 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.
Defines the types for an AttributeBinding object.
[System.Runtime.InteropServices.Guid("F0E0FD1D-1257-4b4a-BD45-38C86D2F970C")]
public enum AttributeBindingType
[<System.Runtime.InteropServices.Guid("F0E0FD1D-1257-4b4a-BD45-38C86D2F970C")>]
type AttributeBindingType =
Public Enum AttributeBindingType
- Inheritance
-
AttributeBindingType
- Attributes
Fields
Name | Value | Description |
---|---|---|
All | 0 | Attribute is the All level. |
Key | 1 | Defines the unique key, which includes the data type of the key within OLAP, and the binding. |
Name | 2 | Defines the column that provides the name of the attribute. |
Value | 3 | Contains the value of the attribute. |
Translation | 4 | Represents a set of translations for the attribute, this includes (for each language) both a caption for the attribute and a binding to a column that contains the captions for the attribute values. |
UnaryOperator | 5 | Defines the column that provides a unary operator. |
SkippedLevels | 6 | Defines the column that stores the number of skipped (empty) levels between each member and its parent |
CustomRollup | 7 | Defines the details of a column that provides a custom rollup formula. |
CustomRollupProperties | 8 | Defines the details of a column that provides details about the properties of the custom rollup. |