Freigeben über


BackupInfo-Member

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.

Der BackupInfo-Typ macht die folgenden Member verfügbar.

Konstruktoren

  Name Beschreibung
Öffentliche Methode BackupInfo() () () () Initializes a new instance of the BackupInfo class using the default values.
Öffentliche Methode BackupInfo(String) Initializes a new instance of the BackupInfo class using the file name to backup to.
Öffentliche Methode BackupInfo(String, Boolean) Initializes a new instance of the BackupInfo class using a file name, and indicates whether overwrite information is allowed.
Öffentliche Methode 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.
Öffentliche Methode 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.
Öffentliche Methode 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.
Öffentliche Methode 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.

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode Equals (Geerbt von Object.)
Geschützte Methode Finalize (Geerbt von Object.)
Öffentliche Methode GetHashCode (Geerbt von Object.)
Öffentliche Methode GetType (Geerbt von Object.)
Geschützte Methode MemberwiseClone (Geerbt von Object.)
Öffentliche Methode ToString (Geerbt von Object.)

Zum Anfang

Eigenschaften

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

Zum Anfang