Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Represents the location a file will be copied to during backup. This class cannot be inherited.
Jerarquía de herencia
System.Object
Microsoft.AnalysisServices.BackupLocation
Espacio de nombres: Microsoft.AnalysisServices
Ensamblado: Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
Sintaxis
'Declaración
<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
El tipo BackupLocation expone los siguientes miembros.
Constructores
| Nombre | Descripción | |
|---|---|---|
![]() |
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. |
Arriba
Propiedades
| Nombre | Descripción | |
|---|---|---|
![]() |
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. |
Arriba
Métodos
| Nombre | Descripción | |
|---|---|---|
![]() |
Equals | (Se hereda de Object.) |
![]() |
GetHashCode | (Se hereda de Object.) |
![]() |
GetType | (Se hereda de Object.) |
![]() |
ToString | (Se hereda de Object.) |
Arriba
Seguridad para subprocesos
Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.
.gif)
.gif)