Folders Propiedad
Gets the Folders collection associated with a RestoreLocation.
Espacio de nombres: Microsoft.AnalysisServices
Ensamblado: Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
Sintaxis
'Declaración
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 de la propiedad
Tipo: Microsoft.AnalysisServices. . :: . .RestoreFolderCollection
A collection of folders that are the target location for a restoration.
Vea también