Classe BackupLocation
Represents the location a file will be copied to during backup. This class cannot be inherited.
Hierarquia de herança
System. . :: . .Object
Microsoft.AnalysisServices..::..BackupLocation
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (em Microsoft.AnalysisServices.dll)
Sintaxe
'Declaração
<GuidAttribute("D7468114-DC2B-464c-83F8-DD33513DEE47")> _
Public NotInheritable Class BackupLocation
'Uso
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
O tipo BackupLocation expõe os membros a seguir.
Construtores
Nome | Descrição | |
---|---|---|
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ício
Propriedades
Nome | Descrição | |
---|---|---|
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ício
Métodos
Nome | Descrição | |
---|---|---|
Equals | (Herdado de Object.) | |
Finalize | (Herdado de Object.) | |
GetHashCode | (Herdado de Object.) | |
GetType | (Herdado de Object.) | |
MemberwiseClone | (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.