Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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.