The SubscriberDatabase property specifies the name of the Subscriber database.
| SQLDistribution Object | SQLMerge Object |
object.SubscriberDatabase [= value]
| Part | Description |
|---|---|
| object | Expression that evaluates to an object in the Applies To list |
| value | Subscriber database name |
This is a required property if SubscriberDatasourceType is SQLSERVER.
String
Read/write
HRESULT get_SubscriberDatabase(BSTR *pVal);
HRESULT put_SubscriberDatabase(BSTR newVal);
| SubscriberDatabasePath Property |