Membros BackupLocation
Represents the location a file will be copied to during backup. This class cannot be inherited.
O tipo BackupLocation expõe os seguintes membros.
Construtores
Nome | Descrição | |
---|---|---|
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. |
Início
Métodos
Nome | Descrição | |
---|---|---|
Equals | (Herdado de Object.) | |
Finalize | (Herdado de Object.) | |
GetHashCode | (Herdado de Object.) | |
GetType | (Herdado de Object.) | |
MemberwiseClone | (Herdado de Object.) | |
ToString | (Herdado de Object.) |
Início
Propriedades
Nome | Descrição | |
---|---|---|
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. |
Início