Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The Publication property specifies the SQL Server publication name that has been enabled for SQL Server 2005 Compact Edition (SQL Server Compact Edition) merge subscriptions. Publication is a required property.
Syntax
object.Publication [= value]
Parameters
- value
The publication name.
Applies To
SQL Server Compact Edition Replication object
Data Type
String
Modifiable
Read/write
Prototype
HRESULT get_Publication(BSTR *pVal);
HRESULT put_Publication(BSTR newVal);