Skip to content

Latest commit

 

History

History
138 lines (107 loc) · 8.02 KB

File metadata and controls

138 lines (107 loc) · 8.02 KB
title Partition Element (ASSL) | Microsoft Docs
ms.custom
ms.date 03/06/2017
ms.prod sql-server-2016
ms.reviewer
ms.suite
ms.technology
analysis-services
docset-sql-devref
ms.tgt_pltfrm
ms.topic reference
apiname
Partition Element
apilocation
apitype Schema
applies_to
SQL Server 2016 Preview
f1_keywords
PARTITION
helpviewer_keywords
Partition element
ms.assetid 40020840-1bb7-478f-9017-1a30342ac4c6
caps.latest.revision 40
author Minewiskan
ms.author owend
manager erikre

Partition Element (ASSL)

Defines a partition of a MeasureGroup element or a partition binding in an out-of-line MeasureGroupBinding element.

Syntax

  
<Partitions>  
      <Partition> <!-- ancestor: MeasureGroup -->  
      <Name>...</Name>  
      <ID>...</ID>  
      <CreatedTimestamp>...</CreatedTimestamp>  
      <LastSchemaUpdate>...</LastSchemaUpdate>  
      <Description>...</Description>  
      <Source>...</Source>  
      <ProcessingPriority>...</ProcessingPriority>  
      <AggregationPrefix>...</AggregationPrefix>  
      <StorageMode>...</StorageMode>  
      <ProcessingMode>...</ProcessingMode>  
      <ErrorConfiguration>...</ErrorConfiguration>  
      <StorageLocation>...</StorageLocation>  
      <RemoteDatasourceID>...</RemoteDatasourceID>  
      <Slice>...</Slice>  
      <ProactiveCaching>...</ProactiveCaching>  
      <Type>...</Type>  
      <EstimatedSize>...</EstimatedSize>  
      <EstimatedRows>...</EstimatedRows>  
      <CurrentStorageMode>...</CurrentStorageMode>  
      <AggregationDesignID>...</AggregationDesignID>  
      <AggregationInstances>...</AggregationInstances>  
      <AggregationInstanceSource>...</AggregationInstanceSource>  
      <LastProcessed>...</LastProcessed>  
      <State>...</State>  
      <Annotations>.../Annotations>  
   </Partition>  
   <!-- or -->  
   <Partition xsi:type="PartitionBinding"> <!-- ancestor: MeasureGroupBinding -->  
   </Partition>  
</Partitions>  

Element Characteristics

Characteristic Description
Data type and length See the table below.
Default value None
Cardinality 0-n: Optional element that can occur more than once.
Ancestor or Parent Data Type
MeasureGroup None
MeasureGroupBinding PartitionBinding

Element Relationships

Relationship Element
Parent elements Partitions
Child elements See the table below.
Ancestor or Parent Child elements
MeasureGroup AggregationDesignID, AggregationInstances, AggregationInstanceSource, AggregationPrefix, Annotations, CreatedTimestamp, CurrentStorageMode, Description, ErrorConfiguration, EstimatedRows, EstimatedSize, ID, LastProcessed, LastSchemaUpdate, Name, ProactiveCaching, ProcessingMode, ProcessingPriority, RemoteDatasourceID, Slice, Source, State, StorageLocation, StorageMode, Type
MeasureGroupBinding None

Remarks

This element has the following validations under DeploymentMode value 2 (tabular server mode):

The corresponding element in the Analysis Management Objects (AMO) object model is xref:Microsoft.AnalysisServices.Partition.

See Also

Objects (ASSL)