Compartir a través de


Clase RestoreInfo

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

Jerarquía de herencia

System.Object
  Microsoft.AnalysisServices.RestoreInfo

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

Sintaxis

'Declaración
<GuidAttribute("F7F08C2C-3E0F-4B29-A1E2-B77E13DD6252")> _
Public NotInheritable Class RestoreInfo
'Uso
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

El tipo RestoreInfo expone los siguientes miembros.

Constructores

  Nombre Descripción
Método público RestoreInfo() Initializes a new instance of RestoreInfo using the default values.
Método público RestoreInfo(String) Initializes a new instance of RestoreInfo using file parameter.
Método público RestoreInfo(String, String) Initializes a new instance of RestoreInfo using a file and database name.
Método público RestoreInfo(String, String, Boolean) Initializes a new instance of RestoreInfo using a file, database name, and overwrite indicator.
Método público 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.
Método público 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.
Método público RestoreInfo(String, String, Boolean, array<RestoreLocation[], RestoreSecurity, String) Initializes a new instance of RestoreInfo using multiple parameters, including password.
Método público RestoreInfo(String, String, Boolean, array<RestoreLocation[], RestoreSecurity, String, String) Initializes a new instance of RestoreInfo using multiple parameters, including password.

Arriba

Propiedades

  Nombre Descripción
Propiedad pública AllowOverwrite Gets or sets the AllowOverwrite aspect of RestoreInfo.
Propiedad pública DatabaseName Gets or sets the DatabaseName aspect for a RestoreInfo object.
Propiedad pública DbStorageLocation Gets or sets the database storage location.
Propiedad pública File Gets or sets the UNC name of the File to restore.
Propiedad pública Locations Gets a RestoreLocationCollection object with the locations of the remote partitions to restore.
Propiedad pública Password Gets or sets the Password that is required to read the restore file.
Propiedad pública Security Gets or sets the Security definition to apply to roles from the restore file.

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