Condividi tramite


Classe SubscriptionBackupInformation

Represents information required to initialize a subscription from a backup.

Gerarchia di ereditarietà

System.Object
  Microsoft.SqlServer.Replication.SubscriptionBackupInformation

Spazio dei nomi  Microsoft.SqlServer.Replication
Assembly:  Microsoft.SqlServer.Rmo (in Microsoft.SqlServer.Rmo.dll)

Sintassi

'Dichiarazione
Public NotInheritable Class SubscriptionBackupInformation
'Utilizzo
Dim instance As SubscriptionBackupInformation
public sealed class SubscriptionBackupInformation
public ref class SubscriptionBackupInformation sealed
[<SealedAttribute>]
type SubscriptionBackupInformation =  class end
public final class SubscriptionBackupInformation

Nel tipo SubscriptionBackupInformation sono esposti i membri seguenti.

Costruttori

  Nome Descrizione
Metodo pubblico SubscriptionBackupInformation Creates a new instance of the SubscriptionBackupInformation class.

In alto

Proprietà

  Nome Descrizione
Proprietà pubblica BackupDeviceName Gets or sets the name of the backup device used to initialize the subscription.
Proprietà pubblica BackupDeviceType Gets or sets the type of backup device used to initialize the subscription.
Proprietà pubblica FileNumberHint Gets or sets the file number hint on the backup device.
Proprietà pubblica MediaPassword Gets or sets the password required to access the media set on the backup device.
Proprietà pubblica Password Gets or sets the password required to access the backup device.
Proprietà pubblica SecureMediaPassword Gets or sets the password (as a SecureString object) required to access the media set on the backup device.
Proprietà pubblica SecurePassword Gets or sets the password (as a SecureString object) required to access the backup device.
Proprietà pubblica Unload Gets or sets whether to unload the backup media set after the subscription has been initialized.

In alto

Metodi

  Nome Descrizione
Metodo pubblico Equals Ereditato da Object.
Metodo pubblico GetHashCode Ereditato da Object.
Metodo pubblico GetType Ereditato da Object.
Metodo pubblico ToString Ereditato da Object.

In alto

Osservazioni

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.

Protezione dei thread

I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.

Vedere anche

Riferimento

Spazio dei nomi Microsoft.SqlServer.Replication

BackupInformation