MergeSynchronizationAgent.SubscriberDataSourceType Property

Definition

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

public:
 virtual property Microsoft::SqlServer::Replication::DataSourceType SubscriberDataSourceType { Microsoft::SqlServer::Replication::DataSourceType get(); void set(Microsoft::SqlServer::Replication::DataSourceType value); };
public virtual Microsoft.SqlServer.Replication.DataSourceType SubscriberDataSourceType { get; set; }
member this.SubscriberDataSourceType : Microsoft.SqlServer.Replication.DataSourceType with get, set
Public Overridable Property SubscriberDataSourceType As DataSourceType

Property Value

The type of data source that is used as the Subscriber.

Implements

Remarks

The default data source is SqlServer.

Applies to