Skip to content

Latest commit

 

History

History
69 lines (57 loc) · 2.78 KB

File metadata and controls

69 lines (57 loc) · 2.78 KB
title Original 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
Original Element
apilocation
apitype Schema
applies_to
SQL Server 2016 Preview
f1_keywords
microsoft.xml.analysis.original
urn:schemas-microsoft-com:xml-analysis#Original
helpviewer_keywords
Original element
ms.assetid c98a3700-ac19-4341-85d9-5afedf662601
caps.latest.revision 11
author jeannt
ms.author jeannt
manager erikre

Original Element (XMLA)

Contains the original file system storage location used by a Folder element.

Syntax

  
<Folder>  
   ...  
   <Original>...</Original>  
   ...  
</Folder>  

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 Folder
Child elements None

Remarks

The Original element contains a UNC path to be replaced with the value of the New element contained by the parent Folder element for all objects restored or synchronized, respectively, during a Restore or Synchronize command. The value of this element is compared to the value of the StorageLocation element for each cube, measure group, or partition and, if a match is found, the value of the New element is used to update the StorageLocation of the object during restoration or synchronization.

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

See Also

Properties (XMLA)