SubscriberDatabase Property (Replication)

The SubscriberDatabase property specifies the name of the Subscriber database.

Applies To
SQLDistribution Object SQLMerge Object

Syntax

object.SubscriberDatabase [= value]

Part Description
object Expression that evaluates to an object in the Applies To list
value Subscriber database name

Remarks

This is a required property if SubscriberDatasourceType is SQLSERVER.

Data Type

String

Modifiable

Read/write

Prototype C/C++

HRESULT get_SubscriberDatabase(BSTR *pVal);

HRESULT put_SubscriberDatabase(BSTR newVal);

See Also
SubscriberDatabasePath Property  

  


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