RestoreLocation Class

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

Inheritance Hierarchy

System.Object
  Microsoft.AnalysisServices.RestoreLocation

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

The RestoreLocation type exposes the following members.

Constructors

  Name Description
Public method RestoreLocation Initializes a new instance of RestoreLocation using the default values.

Top

Properties

  Name Description
Public property ConnectionString Gets or sets a connection string associated with a RestoreLocation object.
Public property DataSourceID Gets or sets the data source identifier associated with a RestoreLocation object.
Public property DataSourceType
Public property File Gets or sets a file string associated with a RestoreLocation object.
Public property Folders Gets the Folders collection associated with a RestoreLocation.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

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.