CubeAttributeBinding Data Type (ASSL)

Defines a derived data type that represents the binding of an attribute in a cube dimension to either an action or a mining structure column.

Syntax

  
<CubeAttributeBinding>  
   <!-- The following elements extend Binding -->  
   <CubeID>...</CubeID>  
   <CubeDimensionID>...</CubeDimensionID>  
      <AttributeID>...</AttributeID>  
      <Type>...</Type>  
   <Ordinal>...</Ordinal>  
</CubeAttributeBinding>  

Data Type Characteristics

Characteristic Description
Base data types Binding
Derived data types None

Data Type Relationships

Relationship Element
Parent elements None
Child elements AttributeID, CubeDimensionID, CubeID, Ordinal, Type
Derived elements See Binding

Remarks

For additional information about the Binding type, including tables of Analysis Services Scripting Language (ASSL) objects of the Binding type and the inheritance hierarchy of Binding types, see Binding Data Type (ASSL).

The corresponding element in the Analysis Management Objects (AMO) object model is CubeAttributeBinding.