This topic has not yet been rated - Rate this topic

RestoreInfo Class

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

System.Object
  Microsoft.AnalysisServices.RestoreInfo

Namespace:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
[GuidAttribute("F7F08C2C-3E0F-4B29-A1E2-B77E13DD6252")]
public sealed class RestoreInfo

The RestoreInfo type exposes the following members.

  NameDescription
Public methodRestoreInfo()Initializes a new instance of RestoreInfo using the default values.
Public methodRestoreInfo(String)Initializes a new instance of RestoreInfo using file parameter.
Public methodRestoreInfo(String, String)Initializes a new instance of RestoreInfo using a file and database name.
Public methodRestoreInfo(String, String, Boolean)Initializes a new instance of RestoreInfo using a file, database name, and overwrite indicator.
Public methodRestoreInfo(String, String, Boolean, RestoreLocation[])Initializes a new instance of RestoreInfo using a file, database name, overwrite indicator, and an array of restore locations.
Public methodRestoreInfo(String, String, Boolean, 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.
Public methodRestoreInfo(String, String, Boolean, RestoreLocation[], RestoreSecurity, String)Initializes a new instance of RestoreInfo using multiple parameters, including password.
Public methodRestoreInfo(String, String, Boolean, RestoreLocation[], RestoreSecurity, String, String)
Top
  NameDescription
Public propertyAllowOverwriteGets or sets the AllowOverwrite aspect of RestoreInfo.
Public propertyDatabaseNameGets or sets the DatabaseName aspect for a RestoreInfo object.
Public propertyDbStorageLocation
Public propertyFileGets or sets the UNC name of the File to restore.
Public propertyLocationsGets a RestoreLocationCollection object with the locations of the remote partitions to restore.
Public propertyPasswordGets or sets the Password that is required to read the restore file.
Public propertySecurityGets or sets the Security definition to apply to roles from the restore file.
Top
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.