Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the locations where the backup will be stored.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public ReadOnly Property Locations As BackupLocationCollection
Get
'Usage
Dim instance As BackupInfo
Dim value As BackupLocationCollection
value = instance.Locations
public BackupLocationCollection Locations { get; }
public:
property BackupLocationCollection^ Locations {
BackupLocationCollection^ get ();
}
member Locations : BackupLocationCollection
function get Locations () : BackupLocationCollection
Property Value
Type: Microsoft.AnalysisServices.BackupLocationCollection
The locations where the backup will be stored.