BackupInfo.Locations Property

 

Applies To: SQL Server 2016 Preview

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

Namespace:   Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.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