Freigeben über


RestoreLocation-Klasse

Represents information associated with the restoration of a Database backup. This class cannot be inherited.

Vererbungshierarchie

System.Object
  Microsoft.AnalysisServices.RestoreLocation

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

Syntax

'Declaration
<GuidAttribute("E866DFE7-0177-43c7-8673-4E487E2A85F7")> _
Public NotInheritable Class RestoreLocation
'Usage
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

Der RestoreLocation-Typ macht folgende Elemente verfügbar.

Konstruktoren

  Name Beschreibung
Öffentliche Methode RestoreLocation Initializes a new instance of RestoreLocation using the default values.

Zum Anfang

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft ConnectionString Gets or sets a connection string associated with a RestoreLocation object.
Öffentliche Eigenschaft DataSourceID Gets or sets the data source identifier associated with a RestoreLocation object.
Öffentliche Eigenschaft DataSourceType Gets or sets the type of data source.
Öffentliche Eigenschaft File Gets or sets a file string associated with a RestoreLocation object.
Öffentliche Eigenschaft Folders Gets the Folders collection associated with a RestoreLocation.

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