Defines an out-of-line binding for an Microsoft SQL Server 2005 Analysis Services (SSAS) object, such as an attribute in a dimension, for the Bindings collection of a Batch or Process command.
语法
<Bindings>
   <Binding xsi:type="DimensionAttributeBinding">...</Binding>
   <!-- or -->
   <Binding xsi:type="MeasureGroupAttributeBinding">...</Binding>
   <!-- or -->
   <Binding xsi:type="PartitionBinding">...</Binding>
</Bindings>
Element Characteristics
| Characteristic | Description | 
|---|---|
| Data type and length | DimensionAttributeBinding, MeasureGroupAttributeBinding, PartitionBinding | 
| Default value | None | 
| Cardinality | 0-n: Optional element that can occur more than once. | 
Element Relationships
| Relationship | Element | 
|---|---|
| Parent elements | |
| Child elements | None | 
备注
Binding elements define out-of-line bindings, other than data sources and data source views, for Analysis Services objects to be processed by a Batch or Process command. For more information about processing objects, see Processing Objects (XMLA).
For more information about out-of-line bindings, see Data Sources and Bindings (ASSL).