Compartilhar via


Propriedade do RDL RestoreLocation.Folders

Gets the Folders collection associated with a RestoreLocation.

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

Sintaxe

'Declaração
Public ReadOnly Property Folders As RestoreFolderCollection 
    Get
'Uso
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

Valor da propriedade

Tipo: Microsoft.AnalysisServices.RestoreFolderCollection
A collection of folders that are the target location for a restoration.

Consulte também

Referência

RestoreLocation Classe

Namespace Microsoft.AnalysisServices