Classe RestoreInfo
Represents the information required to process a file or database restoration. This class cannot be inherited.
Hierarquia de herança
System. . :: . .Object
Microsoft.AnalysisServices..::..RestoreInfo
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (em Microsoft.AnalysisServices.dll)
Sintaxe
'Declaração
<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
O tipo RestoreInfo expõe os membros a seguir.
Construtores
Nome | Descrição | |
---|---|---|
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) |
Início
Propriedades
Nome | Descrição | |
---|---|---|
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. |
Início
Métodos
Nome | Descrição | |
---|---|---|
Equals | (Herdado de Object.) | |
Finalize | (Herdado de Object.) | |
GetHashCode | (Herdado de Object.) | |
GetType | (Herdado de Object.) | |
MemberwiseClone | (Herdado de Object.) | |
ToString | (Herdado de Object.) |
Início
Segurança de thread
Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.