Свойство MergeSynchronizationAgent.SubscriberDataSourceType
Gets or sets the type of data source that is used as the Subscriber.
Пространство имен: Microsoft.SqlServer.Replication
Сборка: Microsoft.SqlServer.Replication (в Microsoft.SqlServer.Replication.dll)
Синтаксис
'Декларация
Public Overridable Property SubscriberDataSourceType As DataSourceType
Get
Set
'Применение
Dim instance As MergeSynchronizationAgent
Dim value As DataSourceType
value = instance.SubscriberDataSourceType
instance.SubscriberDataSourceType = value
public virtual DataSourceType SubscriberDataSourceType { get; set; }
public:
virtual property DataSourceType SubscriberDataSourceType {
DataSourceType get ();
void set (DataSourceType value);
}
abstract SubscriberDataSourceType : DataSourceType with get, set
override SubscriberDataSourceType : DataSourceType with get, set
function get SubscriberDataSourceType () : DataSourceType
function set SubscriberDataSourceType (value : DataSourceType)
Значение свойства
Тип: Microsoft.SqlServer.Replication.DataSourceType
The type of data source that is used as the Subscriber.
Реализует
IMergeSynchronizationAgent.SubscriberDataSourceType
Замечания
The default data source is SqlServer.