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


Свойство ISnapshotGenerationAgent.Supports70Subscribers

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

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

Синтаксис

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

value = instance.Supports70Subscribers

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

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

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

См. также

Справочник

ISnapshotGenerationAgent Интерфейс

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