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


TransSynchronizationAgent.SubscriberDataSourceType Property

Gets or sets the type of data source that is used as the Subscriber.

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

Синтаксис

'Декларация
Public Overridable Property SubscriberDataSourceType As DataSourceType
public virtual DataSourceType SubscriberDataSourceType { get; set; }
public:
virtual property DataSourceType SubscriberDataSourceType {
    DataSourceType get ();
    void set (DataSourceType newValue);
}
/** @property */
public DataSourceType get_SubscriberDataSourceType ()

/** @property */
public void set_SubscriberDataSourceType (DataSourceType newValue)
public function get SubscriberDataSourceType () : DataSourceType

public function set SubscriberDataSourceType (newValue : DataSourceType)

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

A DataSourceType value.

Замечания

The default data source is SqlServer.

Синхронизация потоков

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Платформы

Платформы разработки

Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.

Целевые платформы

Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.

См. также

Справочник

TransSynchronizationAgent Class
TransSynchronizationAgent Members
Microsoft.SqlServer.Replication Namespace