RestoreLocation.Folders Property

 

Applies To: SQL Server (starting with 2016)

Gets the Folders collection associated with a RestoreLocation.

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

Syntax

public RestoreFolderCollection Folders { get; }
public:
property RestoreFolderCollection^ Folders {
    RestoreFolderCollection^ get();
}
member Folders : RestoreFolderCollection with get
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