Share via


RestoreInfo.Locations 속성

Gets a RestoreLocationCollection object with the locations of the remote partitions to restore.

네임스페이스:  Microsoft.AnalysisServices
어셈블리:  Microsoft.AnalysisServices(Microsoft.AnalysisServices.dll)

구문

‘선언
Public ReadOnly Property Locations As RestoreLocationCollection 
    Get
‘사용 방법
Dim instance As RestoreInfo 
Dim value As RestoreLocationCollection 

value = instance.Locations
public RestoreLocationCollection Locations { get; }
public:
property RestoreLocationCollection^ Locations {
    RestoreLocationCollection^ get ();
}
member Locations : RestoreLocationCollection
function get Locations () : RestoreLocationCollection

속성 값

유형: Microsoft.AnalysisServices.RestoreLocationCollection
A RestoreLocationCollection collection object.

참고 항목

참조

RestoreInfo 클래스

Microsoft.AnalysisServices 네임스페이스