Skip to content

Latest commit

 

History

History
72 lines (60 loc) · 2.75 KB

File metadata and controls

72 lines (60 loc) · 2.75 KB
title DataSource Element (XMLA) | Microsoft Docs
ms.custom
ms.date 03/14/2017
ms.prod sql-server-2016
ms.reviewer
ms.suite
ms.technology
analysis-services
docset-sql-devref
ms.tgt_pltfrm
ms.topic reference
apiname
DataSource Element
apilocation
apitype Schema
applies_to
SQL Server 2016 Preview
f1_keywords
urn:schemas-microsoft-com:xml-analysis#DataSource
microsoft.xml.analysis.datasource
helpviewer_keywords
DataSource element
ms.assetid adc0713a-3927-40f3-8b87-012130908f34
caps.latest.revision 12
author jeannt
ms.author jeannt
manager erikre

DataSource Element (XMLA)

Contains an out-of-line data source binding for the parent Batch or Process element.

Syntax

  
<Batch> <!-- or Process>  
...  
   <DataSource>  
      <DatabaseID>...</DatabaseID>  
      <DataSourceID>...</DataSourceID>  
   </DataSource>  
...  
</Batch>  

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 Batch, Process
Child elements DatabaseID, DataSourceID

Remarks

The DataSource element represents an out-of-line binding to a data source, used by the Batch or Process command to temporarily override the data source binding for [!INCLUDEmsCoName] [!INCLUDEssNoVersion] [!INCLUDEssASnoversion] objects processed by the command.

For more information about out-of-line bindings, see Data Sources and Bindings (SSAS Multidimensional).

See Also

Properties (XMLA)