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 | |
---|---|---|
BackupLocation() | Initializes a new instance of the BackupLocation class, using default values. | |
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 | |
---|---|---|
DataSourceID | Gets or sets the data source name on the server to be backed up. | |
File | Gets or sets the name of the file to backup the data source to. |
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.