AutogenerateSyncProcedures Property

SQL-DMO

SQL-DMO

AutogenerateSyncProcedures Property

The AutogenrateSyncProcedures property configures a snapshot or transactional replication publication.

Applies To
TransPublication Object
Syntax

object.AutogenerateSyncProcedures [= value]

Parts

object

Expression that evaluates to an object in the Applies To list

value

TRUE or FALSE

Data Type

Boolean

Modifiable

Read/write when using the SQL-DMO object to create a publication. Read-only when the object references an existing publication.

Prototype (C/C++)

HRESULT GetAutogenerateSyncProcedures(LPBOOL pRetVal);

HRESULT SetAutogenerateSyncProcedures(BOOL NewValue);

Remarks

When TRUE, synchronous procedures are generated automatically.

When FALSE, synchronous procedures are not generated automatically.