Skip to content

Latest commit

 

History

History
73 lines (61 loc) · 2.78 KB

File metadata and controls

73 lines (61 loc) · 2.78 KB
title Folder 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
Folder Element
apilocation
apitype Schema
applies_to
SQL Server 2016 Preview
f1_keywords
microsoft.xml.analysis.folder
urn:schemas-microsoft-com:xml-analysis#Folder
helpviewer_keywords
Folder element
ms.assetid 87b305b0-57e3-4ec3-9d80-f1bcf3ce7540
caps.latest.revision 12
author jeannt
ms.author jeannt
manager erikre

Folder Element (XMLA)

Contains a file system storage location to be updated for a Location element during a Restore or Synchronize command.

Syntax

  
<Folders>  
   ...  
   <Folder>  
      <Original>...</Original>  
      <New>...</New>  
   </Folder>  
   ...  
</Folders>  

Element Characteristics

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

Element Relationships

Relationship Element
Parent elements Folders
Child elements New, Original

Remarks

The Folder element, if specified, changes the storage locations of objects contained either by the backup file (for Restore commands) or the database on the source instance (for Synchronize commands) that match the value of the Original element to the value of the New element.

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

See Also

StorageLocation Element (ASSL)
Properties (XMLA)