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


Класс RestoreInfo

Represents the information required to process a file or database restoration. This class cannot be inherited.

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

System. . :: . .Object
  Microsoft.AnalysisServices..::..RestoreInfo

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

Синтаксис

'Декларация
<GuidAttribute("F7F08C2C-3E0F-4B29-A1E2-B77E13DD6252")> _
Public NotInheritable Class RestoreInfo
'Применение
Dim instance As RestoreInfo
[GuidAttribute("F7F08C2C-3E0F-4B29-A1E2-B77E13DD6252")]
public sealed class RestoreInfo
[GuidAttribute(L"F7F08C2C-3E0F-4B29-A1E2-B77E13DD6252")]
public ref class RestoreInfo sealed
[<SealedAttribute>]
[<GuidAttribute("F7F08C2C-3E0F-4B29-A1E2-B77E13DD6252")>]
type RestoreInfo =  class end
public final class RestoreInfo

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

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

  Имя Описание
Открытый метод RestoreInfo() () () () Initializes a new instance of RestoreInfo using the default values.
Открытый метод RestoreInfo(String) Initializes a new instance of RestoreInfo using file parameter.
Открытый метод RestoreInfo(String, String) Initializes a new instance of RestoreInfo using a file and database name.
Открытый метод RestoreInfo(String, String, Boolean) Initializes a new instance of RestoreInfo using a file, database name, and overwrite indicator.
Открытый метод RestoreInfo(String, String, Boolean, array<RestoreLocation> [] () [] []) Initializes a new instance of RestoreInfo using a file, database name, overwrite indicator, and an array of restore locations.
Открытый метод RestoreInfo(String, String, Boolean, array<RestoreLocation> [] () [] [], RestoreSecurity) Initializes a new instance of RestoreInfo using a file, database name , overwrite indicator, an array of restore locations, and a security definition for the roles to be restored.
Открытый метод RestoreInfo(String, String, Boolean, array<RestoreLocation> [] () [] [], RestoreSecurity, String) Initializes a new instance of RestoreInfo using multiple parameters, including password.
Открытый метод RestoreInfo(String, String, Boolean, array<RestoreLocation> [] () [] [], RestoreSecurity, String, String)

В начало

Свойства

  Имя Описание
Открытое свойство AllowOverwrite Gets or sets the AllowOverwrite aspect of RestoreInfo.
Открытое свойство DatabaseName Gets or sets the DatabaseName aspect for a RestoreInfo object.
Открытое свойство DbStorageLocation
Открытое свойство File Gets or sets the UNC name of the File to restore.
Открытое свойство Locations Gets a RestoreLocationCollection object with the locations of the remote partitions to restore.
Открытое свойство Password Gets or sets the Password that is required to read the restore file.
Открытое свойство Security Gets or sets the Security definition to apply to roles from the restore file.

В начало

Методы

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

В начало

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

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

См. также

Справочник