Skip to content

Latest commit

 

History

History
68 lines (57 loc) · 2.37 KB

File metadata and controls

68 lines (57 loc) · 2.37 KB
title DataSource Element (ASSL) | 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
DataSource
helpviewer_keywords
DataSource element
ms.assetid 113fba1c-2679-4d06-9339-90a4a76f9b31
caps.latest.revision 38
author Minewiskan
ms.author owend
manager erikre

DataSource Element (ASSL)

Defines a data source in a [!INCLUDEmsCoName] [!INCLUDEssNoVersion] [!INCLUDEssASnoversion] Database element.

Syntax

  
<DataSources>  
   <DataSource xsi:type="RelationalDataSource">...</DataSource>  
   <!-- or -->  
   <DataSource xsi:type="OlapDataSource">...</DataSource>  
   <!-- or -->  
   <DataSource xsi:type="PushedDataSource">...</DataSource>  
</DataSources>  

Element Characteristics

Characteristic Description
Data type and length RelationalDataSource, OlapDataSource, PushedDataSource
Default value None
Cardinality 0-n: Optional element that can occur more than once.

Element Relationships

Relationship Element
Parent elements DataSources
Child elements None

Remarks

The corresponding element in the Analysis Management Objects (AMO) object model is xref:Microsoft.AnalysisServices.DataSource.

See Also

Database Element (ASSL)
Objects (ASSL)