Поделиться через


Свойство SnapshotGenerationAgent.Supports70Subscribers

Gets or sets whether the generated snapshot supports SQL Server 7.0 Subscribers.

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

Синтаксис

'Декларация
Public Property Supports70Subscribers As Boolean 
    Get 
    Set
'Применение
Dim instance As SnapshotGenerationAgent 
Dim value As Boolean 

value = instance.Supports70Subscribers

instance.Supports70Subscribers = value
public bool Supports70Subscribers { get; set; }
public:
virtual property bool Supports70Subscribers {
    bool get () sealed;
    void set (bool value) sealed;
}
abstract Supports70Subscribers : bool with get, set 
override Supports70Subscribers : bool with get, set
final function get Supports70Subscribers () : boolean 
final function set Supports70Subscribers (value : boolean)

Значение свойства

Тип: System.Boolean
True if the generated snapshot supports SQL Server 7.0 Subscribers; otherwise, false.

Реализует

ISnapshotGenerationAgent.Supports70Subscribers

Замечания

Setting Supports70Subscribers to true generates a snapshot that is compatible with SQL Server 7.0 Subscribers.

The Supports70Subscribers property is only used when the snapshot being generated is for a Merge Publication.

См. также

Справочник

SnapshotGenerationAgent Класс

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