AutogenerateSyncProcedures Property (SQL-DMO)

The AutogenrateSyncProcedures property configures a snapshot or transactional replication publication.

Applies To

TransPublication Object

Syntax

object.AutogenerateSyncProcedures [= value]

Part Description
object Expression that evaluates to an object in the Applies To list
value True or False

Remarks

When True, synchronous procedures are generated automatically.

When False, synchronous procedures are not generated automatically.

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);

  


(c) 1988-98 Microsoft Corporation. All Rights Reserved.