Compartir a través de


BackupLocation Miembros

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

El tipo BackupLocation expone los siguientes miembros.

Constructores

  Nombre Descripción
Método publico BackupLocation() () () () Initializes a new instance of the BackupLocation class, using default values.
Método publico BackupLocation(String, String) Initializes a new instance of the BackupLocation class, specifying the file name and the data source name.

Principio

Métodos

  Nombre Descripción
Método publico Equals (Se hereda de Object).
Método protegido Finalize (Se hereda de Object).
Método publico GetHashCode (Se hereda de Object).
Método publico GetType (Se hereda de Object).
Método protegido MemberwiseClone (Se hereda de Object).
Método publico ToString (Se hereda de Object).

Principio

Propiedades

  Nombre Descripción
Propiedad pública DataSourceID Gets or sets the data source name on the server to be backed up.
Propiedad pública File Gets or sets the name of the file to backup the data source to.

Principio