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 PublisherDatabase property returns or sets the name of the publication database.
Syntaxe
object.PublisherDatabase [= value]
| Part | Description |
|---|---|
object |
Expression that evaluates to an object in the Applies To list. |
value |
Publication database name. |
Applies To
AlternateSyncPartner Object (Replication ActiveX)
SQLDistribution Object (Replication ActiveX)
SQLMerge Object (Replication ActiveX)
Notes
This is a required property. An error is raised if it is set to an empty string.
Data Type
String
Modifiable
Read/write
Prototype C/C++
HRESULT get_PublisherDatabase(BSTR *pVal);
HRESULT put_PublisherDatabase(BSTR newVal);
Voir aussi
Référence
Publication Property (Replication ActiveX)
Publisher Property (Replication ActiveX)