BackupLocation Class

 

Applies To: SQL Server (starting with 2016)

Represents the location a file will be copied to during backup. This class cannot be inherited.

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

Inheritance Hierarchy

System.Object
  Microsoft.AnalysisServices.BackupLocation

Syntax

[GuidAttribute("D7468114-DC2B-464c-83F8-DD33513DEE47")]
public sealed class BackupLocation
[GuidAttribute("D7468114-DC2B-464c-83F8-DD33513DEE47")]
public ref class BackupLocation sealed 
[<Sealed>]
[<GuidAttribute("D7468114-DC2B-464c-83F8-DD33513DEE47")>]
type BackupLocation = class end
<GuidAttribute("D7468114-DC2B-464c-83F8-DD33513DEE47")>
Public NotInheritable Class BackupLocation

Constructors

Name Description
System_CAPS_pubmethod BackupLocation()

Initializes a new instance of the BackupLocation class, using default values.

System_CAPS_pubmethod BackupLocation(String, String)

Initializes a new instance of the BackupLocation class, specifying the file name and the data source name.

Properties

Name Description
System_CAPS_pubproperty DataSourceID

Gets or sets the data source name on the server to be backed up.

System_CAPS_pubproperty File

Gets or sets the name of the file to backup the data source to.

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