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