DimensionBinding Data Type (ASSL)
Defines a derived data type that represents the binding between a data source and a Dimension element.
Syntax
<DimensionBinding>
<!-- The following elements extend Binding -->
<DataSourceID>...</DataSourceID>
<DimensionID>...</DimensionID>
<Persistence>...</Persistence>
<RefreshPolicy>...</RefreshPolicy>
<RefreshInterval>...</RefreshInterval>
</DimensionBinding>
Data Type Characteristics
Characteristic |
Description |
---|---|
Base data types |
|
Derived data types |
None |
Data Type Relationships
Relationship |
Element |
---|---|
Parent elements |
None |
Child elements |
DataSourceID, DimensionID, Persistence, RefreshInterval, RefreshPolicy |
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) element.
For an overview of data bindings in ASSL, see Data Sources and Bindings (Analysis Services - Multidimensional Data).
The corresponding element in the Analysis Management Objects (AMO) object model is DimensionBinding.