Classe RestoreLocation
Represents information associated with the restoration of a Database backup. This class cannot be inherited.
Gerarchia di ereditarietà
System.Object
Microsoft.AnalysisServices.RestoreLocation
Spazio dei nomi Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Sintassi
'Dichiarazione
<GuidAttribute("E866DFE7-0177-43c7-8673-4E487E2A85F7")> _
Public NotInheritable Class RestoreLocation
'Utilizzo
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
Nel tipo RestoreLocation sono esposti i membri seguenti.
Costruttori
Nome | Descrizione | |
---|---|---|
RestoreLocation | Initializes a new instance of RestoreLocation using the default values. |
In alto
Proprietà
Nome | Descrizione | |
---|---|---|
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 alto
Metodi
Nome | Descrizione | |
---|---|---|
Equals | Ereditato da Object. | |
GetHashCode | Ereditato da Object. | |
GetType | Ereditato da Object. | |
ToString | Ereditato da Object. |
In alto
Protezione dei thread
I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.