Proprietà RestoreInfo.Locations

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

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

Sintassi

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

Valore proprietà

Tipo: Microsoft.AnalysisServices.RestoreLocationCollection
A RestoreLocationCollection collection object.

Vedere anche

Riferimento

RestoreInfo Classe

Spazio dei nomi Microsoft.AnalysisServices