Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The CubeDimensionBinding complex type represents a binding to a CubeDimension.
-
<xsd:complexType name="CubeDimensionBinding" > <xsd:complexContent> <xsd:extension base="Binding"> <xsd:all> <xsd:element name="DataSourceID" type="xsd:string"/> <xsd:element name="CubeID" type="xsd:string"/> <xsd:element name="CubeDimensionID" type="xsd:string"/> <xsd:element name="Filter" type="xsd:string" minOccurs="0"/> </xsd:all> </xsd:extension> </xsd:complexContent> </xsd:complexType>
Element |
Read-Only |
Default value |
Description |
---|---|---|---|
DataSourceID |
|
[Required] |
The ID of the DataSource. |
CubeID |
|
[Required] |
The ID of the Cube. |
CubeDimensionID |
|
[Required] |
The ID of the CubeDimension. |
Filter |
|
Empty |
An MDX expression that specifies how to filter the source data. |