BackupInfo.Locations Property

 

Applies To: SQL Server (starting with 2016)

Gets or sets the locations where the backup will be stored.

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

Syntax

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

Property Value

Type: Microsoft.AnalysisServices.BackupLocationCollection

The locations where the backup will be stored.

See Also

BackupInfo Class
Microsoft.AnalysisServices Namespace

Return to top