Freigeben über


BackupInfo.Locations-Eigenschaft

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

Eigenschaftswert

Typ: Microsoft.AnalysisServices.BackupLocationCollection
The locations where the backup will be stored.

Siehe auch

Verweis

BackupInfo Klasse

Microsoft.AnalysisServices-Namespace