MergeSynchronizationAgent.SubscriberDataSourceType Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.