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