Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
The Publication property returns or sets the name of the publication.
Syntax
object.Publication [= value]
| Part | Description |
|---|---|
object |
Expression that evaluates to an object in the Applies To list. |
value |
Publication name. |
Applies To
AlternateSyncPartner Object (Replication ActiveX)
SQLDistribution Object (Replication ActiveX)
SQLMerge Object (Replication ActiveX)
Hinweise
This is a required property. An error is raised if it is set to an empty string.
If using the SQL Distribution Control to synchronize multiple publications configured to use a shared agent, the value must be ALL. For more information about shared agents, see sp_addpublication (Transact-SQL).
Data Type
String
Modifiable
Read/write
Prototype C/C++
HRESULT get_Publication(BSTR *pVal);
HRESULT put_Publication(BSTR newVal);
Siehe auch
Verweis
Publisher Property (Replication ActiveX)
PublisherDatabase Property (Replication ActiveX)