Skip to content

Latest commit

 

History

History
45 lines (35 loc) · 1.5 KB

source-element-synchronize-xmla.md

File metadata and controls

45 lines (35 loc) · 1.5 KB
title description ms.date ms.service ms.custom ms.topic ms.author ms.reviewer author
Source Element (Synchronize) (XMLA) | Microsoft Docs
Learn how the Source element (synchronize) represents a source database from which to synchronize a target database during a Synchronize command.
01/05/2020
analysis-services
xmla
reference
kfollis
kfollis
kfollis

Source Element (Synchronize) (XMLA)

Represents a source database from which to synchronize a target database during a Synchronize command.

Syntax

  
<Synchronize>  
   <Source>  
      <Object>...</Object>  
      <ConnectionString>...</ConnectionString>  
   </Source>  
</Synchronize>  

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 Synchronize
Child elements ConnectionString, Object

Remarks

The Synchronize command uses the Source element to establish a connection to and identify a database on an instance of Analysis Services with which to synchronize the target database.