Udostępnij za pośrednictwem


Element urządzenie urządzenie źródłowewewy (XMLA)

Reprezentuje partycji urządzenie źródłowe mają być scalane w MergePartitions polecenia.

<Sources>
   <Source>
      <DatabaseID>...</DatabaseID>
      <CubeID>...</CubeID>
      <MeasureGroupID>...</MeasureGroupID>
      <PartitionID>...</PartitionID>
   </Source>
</Sources>

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

Źródła

Elementy podrzędność

CubeID, DatabaseID, MeasureGroupID, Identyfikator_partycji

Remarks

The Source element is an object reference to a single partition to be merged into a partycja docelowa specified by the Target element of the parent MergePartitions element.

Example

W poniższym przykładzie wszystkie cztery partycje z łączy w sobie Internet Sales Grupa miar 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>