Classe RestoreInfo

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

Hiérarchie d'héritage

System.Object
  Microsoft.AnalysisServices.RestoreInfo

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

Syntaxe

'Déclaration
<GuidAttribute("F7F08C2C-3E0F-4B29-A1E2-B77E13DD6252")> _
Public NotInheritable Class RestoreInfo
'Utilisation
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

Le type RestoreInfo expose les membres suivants.

Constructeurs

  Nom Description
Méthode publique RestoreInfo() Initializes a new instance of RestoreInfo using the default values.
Méthode publique RestoreInfo(String) Initializes a new instance of RestoreInfo using file parameter.
Méthode publique RestoreInfo(String, String) Initializes a new instance of RestoreInfo using a file and database name.
Méthode publique RestoreInfo(String, String, Boolean) Initializes a new instance of RestoreInfo using a file, database name, and overwrite indicator.
Méthode publique 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éthode publique 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éthode publique RestoreInfo(String, String, Boolean, array<RestoreLocation[], RestoreSecurity, String) Initializes a new instance of RestoreInfo using multiple parameters, including password.
Méthode publique RestoreInfo(String, String, Boolean, array<RestoreLocation[], RestoreSecurity, String, String) Initializes a new instance of RestoreInfo using multiple parameters, including password.

Haut de la page

Propriétés

  Nom Description
Propriété publique AllowOverwrite Gets or sets the AllowOverwrite aspect of RestoreInfo.
Propriété publique DatabaseName Gets or sets the DatabaseName aspect for a RestoreInfo object.
Propriété publique DbStorageLocation Gets or sets the database storage location.
Propriété publique File Gets or sets the UNC name of the File to restore.
Propriété publique Locations Gets a RestoreLocationCollection object with the locations of the remote partitions to restore.
Propriété publique Password Gets or sets the Password that is required to read the restore file.
Propriété publique Security Gets or sets the Security definition to apply to roles from the restore file.

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