Publication Property (Replication)
The Publication property specifies the SQL Server publication name that has been enabled for SQL Server Compact 3.5 (SQL Server Compact 3.5) merge subscriptions. Publication is a required property.
Syntax
object.Publication [= value]
Parameters
- value
The publication name.
Applies To
SQL Server Compact 3.5 Replication object
Data Type
String
Modifiable
Read/write
Prototype
HRESULT get_Publication(BSTR *pVal);
HRESULT put_Publication(BSTR newVal);