Поделиться через


Класс 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.

Иерархия наследования

System. . :: . .Object
  Microsoft.AnalysisServices..::..BackupInfo

Пространство имен:  Microsoft.AnalysisServices
Сборка:  Microsoft.AnalysisServices (в Microsoft.AnalysisServices.dll)

Синтаксис

'Декларация
<GuidAttribute("27116194-AD33-468A-95CC-66AA2175DE5F")> _
Public NotInheritable Class BackupInfo
'Применение
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

Тип BackupInfo обеспечивает доступ к следующим элементам.

Конструкторы

  Имя Описание
Открытый метод BackupInfo() () () () Initializes a new instance of the BackupInfo class using the default values.
Открытый метод BackupInfo(String) Initializes a new instance of the BackupInfo class using the file name to backup to.
Открытый метод BackupInfo(String, Boolean) Initializes a new instance of the BackupInfo class using a file name, and indicates whether overwrite information is allowed.
Открытый метод 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.
Открытый метод 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.
Открытый метод 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.
Открытый метод 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.

В начало

Свойства

  Имя Описание
Открытое свойство AllowOverwrite Gets or sets the property indicating whether the destination files can be overwritten during backup.
Открытое свойство ApplyCompression Gets or sets property that indicates whether the backup will be compressed or not.
Открытое свойство BackupRemotePartitions Gets or sets property that indicates whether remote partitions will be backed up or not.
Открытое свойство File Gets or sets the name of the file to back up to.
Открытое свойство Locations Gets or sets the locations where the backup will be stored.
Открытое свойство Password Gets or sets the password to be used with backup file encryption.

В начало

Методы

  Имя Описание
Открытый метод Equals (Производный от Object.)
Защищенный метод Finalize (Производный от Object.)
Открытый метод GetHashCode (Производный от Object.)
Открытый метод GetType (Производный от Object.)
Защищенный метод MemberwiseClone (Производный от Object.)
Открытый метод ToString (Производный от Object.)

В начало

Безопасность многопоточности

Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.

См. также

Справочник