Skip to content

Latest commit

 

History

History
71 lines (59 loc) · 2.74 KB

File metadata and controls

71 lines (59 loc) · 2.74 KB
title DataSourceID 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
DataSourceID Element
apilocation
apitype Schema
applies_to
SQL Server 2016 Preview
f1_keywords
microsoft.xml.analysis.datasourceid
urn:schemas-microsoft-com:xml-analysis#DataSourceID
helpviewer_keywords
DataSourceID element
ms.assetid 695522c7-acca-420a-a5fb-f01f3fd9a96b
caps.latest.revision 12
author jeannt
ms.author jeannt
manager erikre

DataSourceID Element (XMLA)

Identifies a data source used by a Location element during a Backup, Restore, or Synchronize command.

Syntax

  
<Location>  
   ...  
   <DataSourceID>...</DataSourceID>  
   ...  
</Location>  

Element Characteristics

Characteristic Description
Data type and length String
Default value None
Cardinality 1-1: Required element that occurs once and only once.

Element Relationships

Relationship Element
Parent elements Location
Child elements None

Remarks

The DataSourceID element contains the name of the data source on the source instance that identifies the remote instance on which remote partition information is to be backed up, restored, or synchronized.

For more information about backing up and restoring remote partitions, see Backing Up, Restoring, and Synchronizing Databases (XMLA).

See Also

ConnectionString Element (XMLA)
DataSourceType Element (XMLA)
Properties (XMLA)