SqlSyncTableProvisioning::CreateProceduresForAdditionalScope Property
Gets or sets whether to create, for any additional scopes, sets 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 CreateProceduresForAdditionalScope { 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: