共用方式為


Folders 屬性

Gets the Folders collection associated with a RestoreLocation.

命名空間:  Microsoft.AnalysisServices
組件:  Microsoft.AnalysisServices (在 Microsoft.AnalysisServices.dll 中)

語法

'宣告
Public ReadOnly Property Folders As RestoreFolderCollection
    Get
'用途
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

屬性值

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