Propriété RestoreLocation.Folders
Gets the Folders collection associated with a RestoreLocation.
Espace de noms : Microsoft.AnalysisServices
Assembly : Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
Syntaxe
'Déclaration
Public ReadOnly Property Folders As RestoreFolderCollection
Get
'Utilisation
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
Valeur de propriété
Type : Microsoft.AnalysisServices.RestoreFolderCollection
A collection of folders that are the target location for a restoration.