Condividi tramite


Classe BackupLocation

Represents the location a file will be copied to during backup. This class cannot be inherited.

Gerarchia di ereditarietà

System.Object
  Microsoft.AnalysisServices.BackupLocation

Spazio dei nomi  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Sintassi

'Dichiarazione
<GuidAttribute("D7468114-DC2B-464c-83F8-DD33513DEE47")> _
Public NotInheritable Class BackupLocation
'Utilizzo
Dim instance As BackupLocation
[GuidAttribute("D7468114-DC2B-464c-83F8-DD33513DEE47")]
public sealed class BackupLocation
[GuidAttribute(L"D7468114-DC2B-464c-83F8-DD33513DEE47")]
public ref class BackupLocation sealed
[<SealedAttribute>]
[<GuidAttribute("D7468114-DC2B-464c-83F8-DD33513DEE47")>]
type BackupLocation =  class end
public final class BackupLocation

Nel tipo BackupLocation sono esposti i membri seguenti.

Costruttori

  Nome Descrizione
Metodo pubblico BackupLocation() Initializes a new instance of the BackupLocation class, using default values.
Metodo pubblico BackupLocation(String, String) Initializes a new instance of the BackupLocation class, specifying the file name and the data source name.

In alto

Proprietà

  Nome Descrizione
Proprietà pubblica DataSourceID Gets or sets the data source name on the server to be backed up.
Proprietà pubblica File Gets or sets the name of the file to backup the data source to.

In alto

Metodi

  Nome Descrizione
Metodo pubblico Equals Ereditato da Object.
Metodo pubblico GetHashCode Ereditato da Object.
Metodo pubblico GetType Ereditato da Object.
Metodo pubblico 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.

Vedere anche

Riferimento

Spazio dei nomi Microsoft.AnalysisServices