Skip to content

Latest commit

 

History

History
72 lines (60 loc) · 2.81 KB

File metadata and controls

72 lines (60 loc) · 2.81 KB
title DataSourceView 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
DataSourceView Element
apilocation
apitype Schema
applies_to
SQL Server 2016 Preview
f1_keywords
microsoft.xml.analysis.datasourceview
urn:schemas-microsoft-com:xml-analysis#DataSourceView
helpviewer_keywords
DataSourceView element
ms.assetid c4a4360f-7342-484b-bac1-0a247e8f279d
caps.latest.revision 12
author jeannt
ms.author jeannt
manager erikre

DataSourceView Element (XMLA)

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

Syntax

  
<Batch> <!-- or Process>  
...  
   <DataSourceView>  
      <DatabaseID>...</DatabaseID>  
      <DataSourceViewID>...</DataSourceViewID>  
   </DataSourceView>  
...  
</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, DataSourceViewID

Remarks

The DataSourceView element represents an out-of-line binding to a data source view, used by the Batch or Process command to temporarily override the data source view 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)