Partager via


Classe SubscriptionBackupInformation

Represents information required to initialize a subscription from a backup.

Hiérarchie d'héritage

System.Object
  Microsoft.SqlServer.Replication.SubscriptionBackupInformation

Espace de noms :  Microsoft.SqlServer.Replication
Assembly :  Microsoft.SqlServer.Rmo (en Microsoft.SqlServer.Rmo.dll)

Syntaxe

'Déclaration
Public NotInheritable Class SubscriptionBackupInformation
'Utilisation
Dim instance As SubscriptionBackupInformation
public sealed class SubscriptionBackupInformation
public ref class SubscriptionBackupInformation sealed
[<SealedAttribute>]
type SubscriptionBackupInformation =  class end
public final class SubscriptionBackupInformation

Le type SubscriptionBackupInformation expose les membres suivants.

Constructeurs

  Nom Description
Méthode publique SubscriptionBackupInformation Creates a new instance of the SubscriptionBackupInformation class.

Haut de la page

Propriétés

  Nom Description
Propriété publique BackupDeviceName Gets or sets the name of the backup device used to initialize the subscription.
Propriété publique BackupDeviceType Gets or sets the type of backup device used to initialize the subscription.
Propriété publique FileNumberHint Gets or sets the file number hint on the backup device.
Propriété publique MediaPassword Gets or sets the password required to access the media set on the backup device.
Propriété publique Password Gets or sets the password required to access the backup device.
Propriété publique SecureMediaPassword Gets or sets the password (as a SecureString object) required to access the media set on the backup device.
Propriété publique SecurePassword Gets or sets the password (as a SecureString object) required to access the backup device.
Propriété publique Unload Gets or sets whether to unload the backup media set after the subscription has been initialized.

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

Notes

This namespace, class, or member is supported only in version 2.0 of the .NET Framework.

Thread Safety

Any public static (Shared in Microsoft Visual Basic) members of this type are safe for multithreaded operations. Any instance members are not guaranteed to be thread safe.

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.SqlServer.Replication

BackupInformation