Publication Object Properties Methods Lists Collections
| Property | Description |
|---|
| Application Application Write: No |
The Application object. |
| Description String Write: Yes |
A description for the publication. |
| Enabled Boolean Write: Yes |
Determines if the publication can be replicated. If True, the publication is enabled for replication. If False, the publication is not enabled for replication and cannot be replicated. |
| ID Long Write: No |
The publication ID. |
| InitialSyncMethod SQLOLE_INITIALSYNC_TYPE Write: Yes |
The initial synchronization method provided by the publication server for this publication and used to synchronize the subscription server prior to beginning scheduled replication. |
| InitialSyncTask Task Write: No |
The Task object used for initial synchronization. |
| Name Identifier Write: Yes |
The name of the publication. |
| Parent Database Write: No |
The Database object. |
| ReplicationFrequency SQLOLE_REPFREQ_TYPE Write: Yes |
The replication frequency of the publication. |
| Restricted Boolean Write: Yes |
Determines whether the publication is restricted to authorized subscription servers. If True, only authorized subscription servers can subscribe to this publication. If False, any server can subscribe to this publication. |
| TypeOf SQLOLE_OBJECT_TYPE Write: No |
The type of object. |
| UserData Long Write: Yes |
Temporary storage space contained in this object for private use by the application. SQL-DMO does not use this property. |