Compartir a través de


BackupInfo.Locations Propiedad

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

Espacio de nombres:  Microsoft.AnalysisServices
Ensamblado:  Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)

Sintaxis

'Declaración
Public ReadOnly Property Locations As BackupLocationCollection 
    Get
'Uso
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

Valor de la propiedad

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

Vea también

Referencia

BackupInfo Clase

Espacio de nombres Microsoft.AnalysisServices