Compartir a través de


Clase BackupLocation

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

Arriba

Métodos

  Nombre Descripción
Método público Equals (Se hereda de Object.)
Método público GetHashCode (Se hereda de Object.)
Método público GetType (Se hereda de Object.)
Método público 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.

Vea también

Referencia

Espacio de nombres Microsoft.AnalysisServices