RestoreLocation.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.

请参阅

参考

RestoreLocation 类

Microsoft.AnalysisServices 命名空间