Share via


Clase SubscriptionBackupInformation

Represents information required to initialize a subscription from a backup.

Jerarquía de herencia

System. . :: . .Object
  Microsoft.SqlServer.Replication..::..SubscriptionBackupInformation

Espacio de nombres:  Microsoft.SqlServer.Replication
Ensamblado:  Microsoft.SqlServer.Rmo (en Microsoft.SqlServer.Rmo.dll)

Sintaxis

'Declaración
Public NotInheritable Class SubscriptionBackupInformation
'Uso
Dim instance As SubscriptionBackupInformation
public sealed class SubscriptionBackupInformation
public ref class SubscriptionBackupInformation sealed
[<SealedAttribute>]
type SubscriptionBackupInformation =  class end
public final class SubscriptionBackupInformation

El tipo SubscriptionBackupInformation expone los siguientes miembros.

Constructores

  Nombre Descripción
Método público SubscriptionBackupInformation Creates a new instance of the SubscriptionBackupInformation class.

Arriba

Propiedades

  Nombre Descripción
Propiedad pública BackupDeviceName Gets or sets the name of the backup device used to initialize the subscription.
Propiedad pública BackupDeviceType Gets or sets the type of backup device used to initialize the subscription.
Propiedad pública FileNumberHint Gets or sets the file number hint on the backup device.
Propiedad pública MediaPassword Gets or sets the password required to access the media set on the backup device.
Propiedad pública Password Gets or sets the password required to access the backup device.
Propiedad pública SecureMediaPassword Gets or sets the password (as a SecureString object) required to access the media set on the backup device.
Propiedad pública SecurePassword Gets or sets the password (as a SecureString object) required to access the backup device.
Propiedad pública Unload Gets or sets whether to unload the backup media set after the subscription has been initialized.

Arriba

Métodos

  Nombre Descripción
Método público Equals (Se hereda de Object.)
Método protegido Finalize (Se hereda de Object.)
Método público GetHashCode (Se hereda de Object.)
Método público GetType (Se hereda de Object.)
Método protegido MemberwiseClone (Se hereda de Object.)
Método público ToString (Se hereda de Object.)

Arriba

Comentarios

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.

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.