Redigera

Dela via


Partitions Element (ASSL)

Contains the collection of Partition elements used by a MeasureGroup element, or the collection of partition bindings that make up an out-of-line MeasureGroupBinding element.

Syntax

  
<MeasureGroup> <!-- or MeasureGroupBinding -->  
   ...  
   <Partitions>  
      <Partition>...</Partition> <!-- parent: MeasureGroup -->  
      <!-- or -->  
      <Partition xsi:type="PartitionBinding">...</Partition> <!-- parent: MeasureGroupBinding -->  
   </Partitions>  
   ...  
</MeasureGroup>  

Element Characteristics

Characteristic Description
Data type and length None
Default value None
Cardinality 0-1: Optional element that can occur once and only once.

Element Relationships

Relationship Element
Parent elements MeasureGroup, MeasureGroupBinding
Child elements See the table below.
Ancestor or Parent Child Element
MeasureGroup Partition
MeasureGroupBinding Partition of type PartitionBinding

Remarks

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