BackupInfo.Locations Property

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.

See Also

Reference

BackupInfo Class

Microsoft.AnalysisServices Namespace