RestoreLocation Class

 

Applies To: SQL Server (starting with 2016)

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

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

Inheritance Hierarchy

System.Object
  Microsoft.AnalysisServices.RestoreLocation

Syntax

[GuidAttribute("E866DFE7-0177-43c7-8673-4E487E2A85F7")]
public sealed class RestoreLocation
[GuidAttribute("E866DFE7-0177-43c7-8673-4E487E2A85F7")]
public ref class RestoreLocation sealed 
[<Sealed>]
[<GuidAttribute("E866DFE7-0177-43c7-8673-4E487E2A85F7")>]
type RestoreLocation = class end
<GuidAttribute("E866DFE7-0177-43c7-8673-4E487E2A85F7")>
Public NotInheritable Class RestoreLocation

Constructors

Name Description
System_CAPS_pubmethod RestoreLocation()

Initializes a new instance of RestoreLocation using the default values.

Properties

Name Description
System_CAPS_pubproperty ConnectionString

Gets or sets a connection string associated with a RestoreLocation object.

System_CAPS_pubproperty DataSourceID

Gets or sets the data source identifier associated with a RestoreLocation object.

System_CAPS_pubproperty DataSourceType

Gets or sets the type of data source.

System_CAPS_pubproperty File

Gets or sets a file string associated with a RestoreLocation object.

System_CAPS_pubproperty Folders

Gets the Folders collection associated with a RestoreLocation.

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

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.

See Also

Microsoft.AnalysisServices Namespace

Return to top