Compartir a través de


Locations Propiedad

Gets a RestoreLocationCollection object with the locations of the remote partitions to restore.

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

Sintaxis

'Declaración
Public ReadOnly Property Locations As RestoreLocationCollection
    Get
'Uso
Dim instance As RestoreInfo
Dim value As RestoreLocationCollection

value = instance.Locations
public RestoreLocationCollection Locations { get; }
public:
property RestoreLocationCollection^ Locations {
    RestoreLocationCollection^ get ();
}
member Locations : RestoreLocationCollection
function get Locations () : RestoreLocationCollection