Partager via


Classe 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.

Hiérarchie d'héritage

System.Object
  Microsoft.AnalysisServices.BackupInfo

Espace de noms :  Microsoft.AnalysisServices
Assembly :  Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)

Syntaxe

'Déclaration
<GuidAttribute("27116194-AD33-468A-95CC-66AA2175DE5F")> _
Public NotInheritable Class BackupInfo
'Utilisation
Dim instance As BackupInfo
[GuidAttribute("27116194-AD33-468A-95CC-66AA2175DE5F")]
public sealed class BackupInfo
[GuidAttribute(L"27116194-AD33-468A-95CC-66AA2175DE5F")]
public ref class BackupInfo sealed
[<SealedAttribute>]
[<GuidAttribute("27116194-AD33-468A-95CC-66AA2175DE5F")>]
type BackupInfo =  class end
public final class BackupInfo

Le type BackupInfo expose les membres suivants.

Constructeurs

  Nom Description
Méthode publique BackupInfo() Initializes a new instance of the BackupInfo class using the default values.
Méthode publique BackupInfo(String) Initializes a new instance of the BackupInfo class using the file name to backup to.
Méthode publique BackupInfo(String, Boolean) Initializes a new instance of the BackupInfo class using a file name, and indicates whether overwrite information is allowed.
Méthode publique 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.
Méthode publique 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.
Méthode publique 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.
Méthode publique 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.

Haut de la page

Propriétés

  Nom Description
Propriété publique AllowOverwrite Gets or sets the property indicating whether the destination files can be overwritten during backup.
Propriété publique ApplyCompression Gets or sets property that indicates whether the backup will be compressed or not.
Propriété publique BackupRemotePartitions Gets or sets property that indicates whether remote partitions will be backed up or not.
Propriété publique File Gets or sets the name of the file to back up to.
Propriété publique Locations Gets or sets the locations where the backup will be stored.
Propriété publique Password Gets or sets the password to be used with backup file encryption.

Haut de la page

Méthodes

  Nom Description
Méthode publique Equals (hérité de Object.)
Méthode publique GetHashCode (hérité de Object.)
Méthode publique GetType (hérité de Object.)
Méthode publique ToString (hérité de Object.)

Haut de la page

Sécurité des threads

Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.

Voir aussi

Référence

Espace de noms Microsoft.AnalysisServices