Propriété RestoreInfo.Locations
Gets a RestoreLocationCollection object with the locations of the remote partitions to restore.
Espace de noms : Microsoft.AnalysisServices
Assembly : Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
Syntaxe
'Déclaration
Public ReadOnly Property Locations As RestoreLocationCollection
Get
'Utilisation
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
Valeur de propriété
Type : Microsoft.AnalysisServices.RestoreLocationCollection
A RestoreLocationCollection collection object.