Udostępnij przez


Element domiejsce doceloweowy (XMLA)

Reprezentuje partycja docelowa mają być scalane w MergePartitions polecenia.

<MergePartitions>
   <Target>
      <DatabaseID>...</DatabaseID>
      <CubeID>...</CubeID>
      <MeasureGroupID>...</MeasureGroupID>
      <PartitionID>...</PartitionID>
   </Target>
</MergePartitions>

Właściwości elementu

Charakterystyka

Description

Typ danych i długość

None

Wartość domyślna

None

Relacja

1-n: Wymagany element, który może występować więcej niż jeden raz.

Relacje elementu

Relacja

Element

Elementy nadrzędne

MergePartitions

Elementy podrzędność

CubeID, DatabaseID, MeasureGroupID, Identyfikator_partycji

Remarks

The Target element is an object reference to a single partition into which the contents of the urządzenie źródłowe partitions, specified by the Sources element of the parent MergePartitions element, are to be merged.

Example

W poniższym przykładzie łączy wszystkie cztery partycje grupy miara Internet Sales do Internet_Sales_2004 partycji miejsce docelowe. W przykładzie odnosi się do AdventureWorks Kostka AdventureWorks Przykładowe Analysis Services Baza danych.

<MergePartitions xmlns="https://schemas.microsoft.com/analysisservices/2003/engine">
  <Sources>
     <Source>
        <DatabaseID>database</DatabaseID>
        <CubeID>Adventure Works DW</CubeID>
        <MeasureGroupID>Fact Internet Sales 1</MeasureGroupID>
        <PartitionID>Internet_Sales_2001</PartitionID>
     </Source>
     <Source>
      <DatabaseID>database</DatabaseID>
      <CubeID>Adventure Works DW</CubeID>
      <MeasureGroupID>Fact Internet Sales 1</MeasureGroupID>
      <PartitionID>Internet_Sales_2002</PartitionID>
    </Source>
    <Source>
      <DatabaseID>database</DatabaseID>
      <CubeID>Adventure Works DW</CubeID>
      <MeasureGroupID>Fact Internet Sales 1</MeasureGroupID>
      <PartitionID>Internet_Sales_2003</PartitionID>
    </Source>
  </Sources>
  <Target>    <DatabaseID>database</DatabaseID>    <CubeID>Adventure Works DW</CubeID>    <MeasureGroupID>Fact Internet Sales 1</MeasureGroupID>    <PartitionID>Internet_Sales_2004</PartitionID>  </Target>
</MergePartitions>