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