The SubscriberDatasourceType property specifies the type of Subscriber data source.
| SQLDistribution Object | SQLMerge Object |
object.SubscriberDatasourceType [= value]
| Part | Description |
|---|---|
| object | Expression that evaluates to an object in the Applies To list |
| value | DATASOURCE_TYPE constant that specifies the type of database at the Subscriber |
The default is SQL_SERVER.
Read/write
HRESULT get_SubscriberDatasourceType(
DATASOURCE_TYPE *pVal);
HRESULT put_SubscriberDatasourceType(
DATASOURCE_TYPE newVal);
| SubscriberDatabasePath Property |