RestoreInfo.Locations Property

 

Applies To: SQL Server (starting with 2016)

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

Namespace:   Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices.Core (in Microsoft.AnalysisServices.Core.dll)

Syntax

public RestoreLocationCollection Locations { get; }
public:
property RestoreLocationCollection^ Locations {
    RestoreLocationCollection^ get();
}
member Locations : RestoreLocationCollection with get
Public ReadOnly Property Locations As RestoreLocationCollection

Property Value

Type: Microsoft.AnalysisServices.RestoreLocationCollection

A RestoreLocationCollection collection object.

See Also

RestoreInfo Class
Microsoft.AnalysisServices Namespace

Return to top