Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the Folders collection associated with a RestoreLocation.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public ReadOnly Property Folders As RestoreFolderCollection
Get
'Usage
Dim instance As RestoreLocation
Dim value As RestoreFolderCollection
value = instance.Folders
public RestoreFolderCollection Folders { get; }
public:
property RestoreFolderCollection^ Folders {
RestoreFolderCollection^ get ();
}
member Folders : RestoreFolderCollection
function get Folders () : RestoreFolderCollection
Property Value
Type: Microsoft.AnalysisServices.RestoreFolderCollection
A collection of folders that are the target ___location for a restoration.