共用方式為


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