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 | |
---|---|---|
![]() |
SubscriptionBackupInformation | Creates a new instance of the SubscriptionBackupInformation class. |
Haut de la page
Propriétés
Nom | Description | |
---|---|---|
![]() |
BackupDeviceName | Gets or sets the name of the backup device used to initialize the subscription. |
![]() |
BackupDeviceType | Gets or sets the type of backup device used to initialize the subscription. |
![]() |
FileNumberHint | Gets or sets the file number hint on the backup device. |
![]() |
MediaPassword | Gets or sets the password required to access the media set on the backup device. |
![]() |
Password | Gets or sets the password required to access the backup device. |
![]() |
SecureMediaPassword | Gets or sets the password (as a SecureString object) required to access the media set on the backup device. |
![]() |
SecurePassword | Gets or sets the password (as a SecureString object) required to access the backup device. |
![]() |
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 | |
---|---|---|
![]() |
Equals | (hérité de Object.) |
![]() |
GetHashCode | (hérité de Object.) |
![]() |
GetType | (hérité de Object.) |
![]() |
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.