Replication article command option constants specify Transact-SQL statement generation and parameter binding for tables and stored procedures replicated as a transactional replication article.
Constant | Value | Description |
---|---|---|
SQLDMOCommandOption_BinaryParameters | 16 | Default. Send the stored procedure parameters in binary format when replicating commands as stored procedures for an article in a transactional publication. |
SQLDMOCommandOption_IncludeInsertColumnNames | 8 | Include column names in destination table INSERT statements. |
SQLDMOCommandOption_DTSHorizontalPartition | 64 | Enable DTS transformation servers to manage rows in horizontal partitions. |