Condividi tramite


Proprietà RestoreLocation.Folders

Gets the Folders collection associated with a RestoreLocation.

Spazio dei nomi  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property Folders As RestoreFolderCollection 
    Get
'Utilizzo
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

Valore proprietà

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

Vedere anche

Riferimento

RestoreLocation Classe

Spazio dei nomi Microsoft.AnalysisServices