RestoreLocation Class

Represents information associated with the restoration of a Database backup. This class cannot be inherited.

Namespace:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Syntax

'Declaration
<GuidAttribute("E866DFE7-0177-43c7-8673-4E487E2A85F7")> _
Public NotInheritable Class RestoreLocation
'Usage
Dim instance As RestoreLocation
[GuidAttribute("E866DFE7-0177-43c7-8673-4E487E2A85F7")]
public sealed class RestoreLocation
[GuidAttribute(L"E866DFE7-0177-43c7-8673-4E487E2A85F7")]
public ref class RestoreLocation sealed
[<SealedAttribute>]
[<GuidAttribute("E866DFE7-0177-43c7-8673-4E487E2A85F7")>]
type RestoreLocation =  class end
public final class RestoreLocation

Inheritance Hierarchy

System.Object
  Microsoft.AnalysisServices.RestoreLocation

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.