Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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.