Condividi tramite


Proprietà BackupInfo.Locations

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

Spazio dei nomi  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property Locations As BackupLocationCollection 
    Get
'Utilizzo
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

Valore proprietà

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

Vedere anche

Riferimento

BackupInfo Classe

Spazio dei nomi Microsoft.AnalysisServices