Condividi tramite


Membri BackupInfo

Stores the information necessary to back up a Microsoft SQL Server 2005 Analysis Services (SSAS) database to a backup file. This class cannot be inherited.

Il tipo BackupInfo espone i membri seguenti.

Costruttori

  Nome Descrizione
Metodo pubblico BackupInfo() () () () Initializes a new instance of the BackupInfo class using the default values.
Metodo pubblico BackupInfo(String) Initializes a new instance of the BackupInfo class using the file name to backup to.
Metodo pubblico BackupInfo(String, Boolean) Initializes a new instance of the BackupInfo class using a file name, and indicates whether overwrite information is allowed.
Metodo pubblico BackupInfo(String, Boolean, Boolean) Initializes a new instance of the BackupInfo class using a file name, and indicates whether overwrite and backup of remote partitions are allowed.
Metodo pubblico BackupInfo(String, Boolean, Boolean, array<BackupLocation> [] () [] []) Initializes a new instance of the BackupInfo class using a file name, indicates whether overwrite and backup of remote partitions are allowed, and specifies the locations for the backup to be stored.
Metodo pubblico BackupInfo(String, Boolean, Boolean, array<BackupLocation> [] () [] [], Boolean) Initializes a new instance of the BackupInfo class using a file name, indicates whether overwrite and backup of remote partitions are allowed, specifies the location for the backup to be stored, and indicates whether compression is applied.
Metodo pubblico BackupInfo(String, Boolean, Boolean, array<BackupLocation> [] () [] [], Boolean, String) Initializes a new instance of the BackupInfo class using a file name, indicates whether overwrite and backup of remote partitions are allowed, specifies the location for the backup to be stored, indicates whether compression is applied, and specifies a password.

In alto

Metodi

  Nome Descrizione
Metodo pubblico Equals (Ereditato da Object).
Metodo protetto Finalize (Ereditato da Object).
Metodo pubblico GetHashCode (Ereditato da Object).
Metodo pubblico GetType (Ereditato da Object).
Metodo protetto MemberwiseClone (Ereditato da Object).
Metodo pubblico ToString (Ereditato da Object).

In alto

Proprietà

  Nome Descrizione
Proprietà pubblica AllowOverwrite Gets or sets the property indicating whether the destination files can be overwritten during backup.
Proprietà pubblica ApplyCompression Gets or sets property that indicates whether the backup will be compressed or not.
Proprietà pubblica BackupRemotePartitions Gets or sets property that indicates whether remote partitions will be backed up or not.
Proprietà pubblica File Gets or sets the name of the file to back up to.
Proprietà pubblica Locations Gets or sets the locations where the backup will be stored.
Proprietà pubblica Password Gets or sets the password to be used with backup file encryption.

In alto