Freigeben über


RestoreInfo-Klasse

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

Vererbungshierarchie

System.Object
  Microsoft.AnalysisServices.RestoreInfo

Namespace:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Syntax

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

Der RestoreInfo-Typ macht folgende Elemente verfügbar.

Konstruktoren

  Name Beschreibung
Öffentliche Methode RestoreInfo() Initializes a new instance of RestoreInfo using the default values.
Öffentliche Methode RestoreInfo(String) Initializes a new instance of RestoreInfo using file parameter.
Öffentliche Methode RestoreInfo(String, String) Initializes a new instance of RestoreInfo using a file and database name.
Öffentliche Methode RestoreInfo(String, String, Boolean) Initializes a new instance of RestoreInfo using a file, database name, and overwrite indicator.
Öffentliche Methode 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.
Öffentliche Methode 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.
Öffentliche Methode RestoreInfo(String, String, Boolean, array<RestoreLocation[], RestoreSecurity, String) Initializes a new instance of RestoreInfo using multiple parameters, including password.
Öffentliche Methode RestoreInfo(String, String, Boolean, array<RestoreLocation[], RestoreSecurity, String, String) Initializes a new instance of RestoreInfo using multiple parameters, including password.

Zum Anfang

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft AllowOverwrite Gets or sets the AllowOverwrite aspect of RestoreInfo.
Öffentliche Eigenschaft DatabaseName Gets or sets the DatabaseName aspect for a RestoreInfo object.
Öffentliche Eigenschaft DbStorageLocation Gets or sets the database storage location.
Öffentliche Eigenschaft File Gets or sets the UNC name of the File to restore.
Öffentliche Eigenschaft Locations Gets a RestoreLocationCollection object with the locations of the remote partitions to restore.
Öffentliche Eigenschaft Password Gets or sets the Password that is required to read the restore file.
Öffentliche Eigenschaft Security Gets or sets the Security definition to apply to roles from the restore file.

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode Equals (Geerbt von Object.)
Öffentliche Methode GetHashCode (Geerbt von Object.)
Öffentliche Methode GetType (Geerbt von Object.)
Öffentliche Methode ToString (Geerbt von Object.)

Zum Anfang

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.

Siehe auch

Verweis

Microsoft.AnalysisServices-Namespace