BackupLocation Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents the location a file will be copied to during backup. This class cannot be inherited.
[System.Runtime.InteropServices.Guid("D7468114-DC2B-464c-83F8-DD33513DEE47")]
public sealed class BackupLocation
[<System.Runtime.InteropServices.Guid("D7468114-DC2B-464c-83F8-DD33513DEE47")>]
type BackupLocation = class
Public NotInheritable Class BackupLocation
- Inheritance
-
BackupLocation
- Attributes
Constructors
BackupLocation() |
Initializes a new instance of the BackupLocation class, using default values. |
BackupLocation(String, String) |
Initializes a new instance of the BackupLocation class, using the specifyed file name and data source identifier. |
Properties
DataSourceID |
Gets or sets the identifier of the data source on the server to be backed up. |
File |
Gets or sets the name of the file to backup the data source to. |