إشعار
يتطلب الوصول إلى هذه الصفحة تخويلاً. يمكنك محاولة تسجيل الدخول أو تغيير الدلائل.
يتطلب الوصول إلى هذه الصفحة تخويلاً. يمكنك محاولة تغيير الدلائل.
The SubscriberDatabase property specifies the name of the Subscriber database.
Syntax
object.SubscriberDatabase [= value]
| Part | Description |
|---|---|
object |
Expression that evaluates to an object in the Applies To list. |
value |
Subscriber database name. |
Applies To
SQLDistribution Object (Replication ActiveX)
SQLMerge Object (Replication ActiveX)
Remarks
This is a required property if SubscriberDatasourceType Property (Replication ActiveX) is SQLSERVER.
Data Type
String
Modifiable
Read/write
Prototype C/C++
HRESULT get_SubscriberDatabase(BSTR *pVal);
HRESULT put_SubscriberDatabase(BSTR newVal);
See Also
Reference
SubscriberDatabasePath Property (Replication ActiveX)