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 | |
---|---|---|
BackupLocation() | Initializes a new instance of the BackupLocation class, using default values. |
|
BackupLocation(String, String) | Initializes a new instance of the BackupLocation class, specifying the file name and the data source name. |
Properties
Name | Description | |
---|---|---|
DataSourceID | Gets or sets the data source name on the server to be backed up. |
|
File | Gets or sets the name of the file to backup the data source to. |
Methods
Name | Description | |
---|---|---|
Equals(Object) | (Inherited from Object.) |
|
GetHashCode() | (Inherited from Object.) |
|
GetType() | (Inherited from Object.) |
|
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