SubscriberDatasourceType Property (Replication)

The SubscriberDatasourceType property specifies the type of Subscriber data source.

Applies To
SQLDistribution Object SQLMerge Object

Syntax

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

Remarks

The default is SQL_SERVER.

Data Type

DATASOURCE_TYPE

Modifiable

Read/write

Prototype C/C++

HRESULT get_SubscriberDatasourceType(
DATASOURCE_TYPE *pVal);

HRESULT put_SubscriberDatasourceType(
DATASOURCE_TYPE newVal);

See Also
SubscriberDatabasePath Property  

  


(c) 1988-98 Microsoft Corporation. All Rights Reserved.