Compartir a través de


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

Jerarquía de herencia

System.Object
  Microsoft.AnalysisServices.BackupInfo

Espacio de nombres:  Microsoft.AnalysisServices
Ensamblado:  Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)

Sintaxis

'Declaración
<GuidAttribute("27116194-AD33-468A-95CC-66AA2175DE5F")> _
Public NotInheritable Class BackupInfo
'Uso
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

El tipo BackupInfo expone los siguientes miembros.

Constructores

  Nombre Descripción
Método público BackupInfo() Initializes a new instance of the BackupInfo class using the default values.
Método público BackupInfo(String) Initializes a new instance of the BackupInfo class using the file name to backup to.
Método público BackupInfo(String, Boolean) Initializes a new instance of the BackupInfo class using a file name, and indicates whether overwrite information is allowed.
Método público 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étodo público 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étodo público 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étodo público 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.

Arriba

Propiedades

  Nombre Descripción
Propiedad pública AllowOverwrite Gets or sets the property indicating whether the destination files can be overwritten during backup.
Propiedad pública ApplyCompression Gets or sets property that indicates whether the backup will be compressed or not.
Propiedad pública BackupRemotePartitions Gets or sets property that indicates whether remote partitions will be backed up or not.
Propiedad pública File Gets or sets the name of the file to back up to.
Propiedad pública Locations Gets or sets the locations where the backup will be stored.
Propiedad pública Password Gets or sets the password to be used with backup file encryption.

Arriba

Métodos

  Nombre Descripción
Método público Equals (Se hereda de Object.)
Método público GetHashCode (Se hereda de Object.)
Método público GetType (Se hereda de Object.)
Método público ToString (Se hereda de Object.)

Arriba

Seguridad para subprocesos

Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.

Vea también

Referencia

Espacio de nombres Microsoft.AnalysisServices