BackupLocation Members
Include Protected Members
Include Inherited Members
Represents the location a file will be copied to during backup. This class cannot be inherited.
The BackupLocation type exposes the following members.
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. |
Top
Methods
Name | Description | |
---|---|---|
Equals(Object) | (Inherited from Object.) | |
Finalize() | (Inherited from Object.) | |
GetHashCode() | (Inherited from Object.) | |
GetType() | (Inherited from Object.) | |
MemberwiseClone() | (Inherited from Object.) | |
ToString() | (Inherited from Object.) |
Top
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. |
Top