RestoreLocation.Folders Property

 

Applies To: SQL Server 2016 Preview

Gets the Folders collection associated with a RestoreLocation.

Namespace:   Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Syntax

[XmlArrayAttribute]
[XmlArrayItemAttribute("Folder", typeof(RestoreFolder))]
public RestoreFolderCollection Folders { get; }
public:
[XmlArrayAttribute]
[XmlArrayItemAttribute("Folder", (RestoreFolder^::typeid))]
property RestoreFolderCollection^ Folders {
    RestoreFolderCollection^ get();
}
[<XmlArrayAttribute>]
[<XmlArrayItemAttribute("Folder", typeof(RestoreFolder))>]
member Folders : RestoreFolderCollection with get
<XmlArrayAttribute>
<XmlArrayItemAttribute("Folder", GetType(RestoreFolder))>
Public ReadOnly Property Folders As RestoreFolderCollection

Property Value

Type: Microsoft.AnalysisServices.RestoreFolderCollection

A collection of folders that are the target location for a restoration.

See Also

RestoreLocation Class
Microsoft.AnalysisServices Namespace

Return to top