SqlSyncTableProvisioning::CreateProcedures Property
Gets or sets whether to create a set of stored procedures that insert, update, and delete data and synchronization metadata.
Assembly: Microsoft.Synchronization.Data.SqlServer (in Microsoft.Synchronization.Data.SqlServer.dll)
public: property DbSyncCreationOption CreateProcedures { DbSyncCreationOption get (); void set (DbSyncCreationOption value); }
Property Value
Type: Microsoft.Synchronization.Data::DbSyncCreationOptionOne of the enumeration values that specifies whether to create the stored procedures.
Show: