Classe BackupLocation

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

Hiérarchie d'héritage

System.Object
  Microsoft.AnalysisServices.BackupLocation

Espace de noms :  Microsoft.AnalysisServices
Assembly :  Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)

Syntaxe

'Déclaration
<GuidAttribute("D7468114-DC2B-464c-83F8-DD33513DEE47")> _
Public NotInheritable Class BackupLocation
'Utilisation
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

Le type BackupLocation expose les membres suivants.

Constructeurs

  Nom Description
Méthode publique BackupLocation() Initializes a new instance of the BackupLocation class, using default values.
Méthode publique BackupLocation(String, String) Initializes a new instance of the BackupLocation class, specifying the file name and the data source name.

Haut de la page

Propriétés

  Nom Description
Propriété publique DataSourceID Gets or sets the data source name on the server to be backed up.
Propriété publique File Gets or sets the name of the file to backup the data source to.

Haut de la page

Méthodes

  Nom Description
Méthode publique Equals (hérité de Object.)
Méthode publique GetHashCode (hérité de Object.)
Méthode publique GetType (hérité de Object.)
Méthode publique ToString (hérité de Object.)

Haut de la page

Sécurité des threads

Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.

Voir aussi

Référence

Espace de noms Microsoft.AnalysisServices