Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
The SubscriberDatabasePath property specifies the path to a Microsoft SQL Server detached database or subscription file.
Important : |
|---|
| Support has been dropped for Jet 4.0 (Microsoft Access) Subscribers to merge publications |
Syntaxe
object.SubscriberDatabasePath [= value]
| Part | Description |
|---|---|
object |
Expression that evaluates to an object in the Applies To list. |
value |
Path to a Jet database or SQL Server detached database or subscription file. |
Applies To
SQLDistribution Object (Replication ActiveX)
SQLMerge Object (Replication ActiveX)
Notes
This is a required property if you are using the DBADDOPTION (Replication ActiveX) constants ATTACH_DATABASE or ATTACH_SUBSCRIPTION when calling AddSubscription Method (Replication ActiveX).
Data Type
String
Modifiable
Read/write
Prototype C/C++
HRESULT get_SubscriberDatabasePath(BSTR *pVal);
HRESULT put_SubscriberDatabasePath(BSTR newVal);
Voir aussi
Référence
SubscriberDatasourceType Property (Replication ActiveX)
Important :