Classe RestoreLocation
Represents information associated with the restoration of a Database backup. This class cannot be inherited.
Hierarquia de herança
System.Object
Microsoft.AnalysisServices.RestoreLocation
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (em Microsoft.AnalysisServices.dll)
Sintaxe
'Declaração
<GuidAttribute("E866DFE7-0177-43c7-8673-4E487E2A85F7")> _
Public NotInheritable Class RestoreLocation
'Uso
Dim instance As RestoreLocation
[GuidAttribute("E866DFE7-0177-43c7-8673-4E487E2A85F7")]
public sealed class RestoreLocation
[GuidAttribute(L"E866DFE7-0177-43c7-8673-4E487E2A85F7")]
public ref class RestoreLocation sealed
[<SealedAttribute>]
[<GuidAttribute("E866DFE7-0177-43c7-8673-4E487E2A85F7")>]
type RestoreLocation = class end
public final class RestoreLocation
O tipo RestoreLocation expõe os membros a seguir.
Construtores
Nome | Descrição | |
---|---|---|
RestoreLocation | Initializes a new instance of RestoreLocation using the default values. |
Início
Propriedades
Nome | Descrição | |
---|---|---|
ConnectionString | Gets or sets a connection string associated with a RestoreLocation object. | |
DataSourceID | Gets or sets the data source identifier associated with a RestoreLocation object. | |
DataSourceType | Gets or sets the type of data source. | |
File | Gets or sets a file string associated with a RestoreLocation object. | |
Folders | Gets the Folders collection associated with a RestoreLocation. |
Início
Métodos
Nome | Descrição | |
---|---|---|
Equals | (Herdado de Object.) | |
GetHashCode | (Herdado de Object.) | |
GetType | (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.