Класс SubscriptionBackupInformation

Represents information required to initialize a subscription from a backup.

Иерархия наследования

System.Object
  Microsoft.SqlServer.Replication.SubscriptionBackupInformation

Пространство имен:  Microsoft.SqlServer.Replication
Сборка:  Microsoft.SqlServer.Rmo (в Microsoft.SqlServer.Rmo.dll)

Синтаксис

'Декларация
Public NotInheritable Class SubscriptionBackupInformation
'Применение
Dim instance As SubscriptionBackupInformation
public sealed class SubscriptionBackupInformation
public ref class SubscriptionBackupInformation sealed
[<SealedAttribute>]
type SubscriptionBackupInformation =  class end
public final class SubscriptionBackupInformation

Тип SubscriptionBackupInformation обеспечивает доступ к следующим элементам.

Конструкторы

  Имя Описание
Открытый метод SubscriptionBackupInformation Creates a new instance of the SubscriptionBackupInformation class.

В начало

Свойства

  Имя Описание
Открытое свойство 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.

В начало

Методы

  Имя Описание
Открытый метод Equals (Производный от Object.)
Открытый метод GetHashCode (Производный от Object.)
Открытый метод GetType (Производный от Object.)
Открытый метод ToString (Производный от Object.)

В начало

Замечания

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.

Безопасность многопоточности

Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.

См. также

Справочник

Пространство имен Microsoft.SqlServer.Replication

BackupInformation