Partager via


Propriété BackupInfo.Locations

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

Espace de noms :  Microsoft.AnalysisServices
Assembly :  Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)

Syntaxe

'Déclaration
Public ReadOnly Property Locations As BackupLocationCollection 
    Get
'Utilisation
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

Valeur de propriété

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

Voir aussi

Référence

BackupInfo Classe

Espace de noms Microsoft.AnalysisServices