Replication publication attribute constants specify available replication function for a referenced publication.
| Constant | Value | Description |
|---|---|---|
| SQLDMOPubAttrib_ AllowAnonymous |
4 | Allow anonymous Subscriber-originated subscriptions against the referenced publication |
| SQLDMOPubAttrib_AllowPull | 2 | Allow known Subscriber-originated (pull) subscriptions against the referenced publication |
| SQLDMOPubAttrib_AllowPush | 1 | Allow Publisher to force subscription to the publication |
| SQLDMOPubAttrib_Default | 1 | SQLDMOPubAttrib_ AllowPush |
| SQLDMOPubAttrib_ImmediateSync | 16 | Force immediate synchronization for the referenced publication |
| SQLDMOPubAttrib_ IndependentAgent |
32 | |
| SQLDMOPubAttrib_InternetEnabled | 8 | Enable the referenced publication for distribution across the Internet |
| SQLDMOPubAttrib_Min | 0 | Referenced publication is disabled |
| SQLDMOPubAttrib_Unknown | 256 | Referenced publication has a bad or unknown attribute setting |
| SQLDMOPubAttrib_Valid | 63 | Mask for valid attribute settings |