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.