---
title: "Sources Element (XMLA) | 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:
- "Sources Element"
apilocation:
- "http://schemas.microsoft.com/analysisservices/2003/engine"
apitype: "Schema"
applies_to:
- "SQL Server 2016 Preview"
f1_keywords:
- "microsoft.xml.analysis.sources"
- "http://schemas.microsoft.com/analysisservices/2003/engine#Sources"
- "urn:schemas-microsoft-com:xml-analysis#Sources"
helpviewer_keywords:
- "Sources element"
ms.assetid: fefe8f01-4c62-4b70-9bf6-f11d2f01623a
caps.latest.revision: 13
author: "jeannt"
ms.author: "jeannt"
manager: "erikre"
---
# Sources Element (XMLA)
Contains a collection of [Source](../../../analysis-services/xmla/xml-elements-properties/source-element-xmla.md) elements for the parent [MergePartitions](../../../analysis-services/xmla/xml-elements-commands/mergepartitions-element-xmla.md) element.
## Syntax
```xml
...
...
...
```
## Element Characteristics
|Characteristic|Description|
|--------------------|-----------------|
|Data type and length|None|
|Default value|None|
|Cardinality|1-1: Required element that occurs once and only once.|
## Element Relationships
|Relationship|Element|
|------------------|-------------|
|Parent elements|[MergePartitions](../../../analysis-services/xmla/xml-elements-commands/mergepartitions-element-xmla.md)|
|Child elements|[Source](../../../analysis-services/xmla/xml-elements-properties/source-element-xmla.md)|
## Remarks
## Example
The following example combines all four partitions of the `Internet Sales` measure group into the `Internet_Sales_2004` target partition. The example uses the Adventure Works DW cube of the [!INCLUDE[ssAWDWsp](../../../includes/ssawdwsp-md.md)] sample [!INCLUDE[ssASnoversion](../../../includes/ssasnoversion-md.md)] database.
```
databaseAdventure Works DWFact Internet Sales 1Internet_Sales_2001databaseAdventure Works DWFact Internet Sales 1Internet_Sales_2002databaseAdventure Works DWFact Internet Sales 1Internet_Sales_2003databaseAdventure Works DWFact Internet Sales 1Internet_Sales_2004
```
## See Also
[Properties (XMLA)](../../../analysis-services/xmla/xml-elements-properties/xml-elements-properties.md)