Share via


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.

Namespace:  Microsoft.Synchronization.Data.SqlServer
Assembly:  Microsoft.Synchronization.Data.SqlServer (in Microsoft.Synchronization.Data.SqlServer.dll)

Syntax

'Declaration
Public Property CreateProceduresForAdditionalScope As DbSyncCreationOption
    Get
    Set
'Usage
Dim instance As SqlSyncTableProvisioning
Dim value As DbSyncCreationOption

value = instance.CreateProceduresForAdditionalScope

instance.CreateProceduresForAdditionalScope = value
public DbSyncCreationOption CreateProceduresForAdditionalScope { get; set; }
public:
property DbSyncCreationOption CreateProceduresForAdditionalScope {
    DbSyncCreationOption get ();
    void set (DbSyncCreationOption value);
}
member CreateProceduresForAdditionalScope : DbSyncCreationOption with get, set
function get CreateProceduresForAdditionalScope () : DbSyncCreationOption
function set CreateProceduresForAdditionalScope (value : DbSyncCreationOption)

Property Value

Type: Microsoft.Synchronization.Data.DbSyncCreationOption
One of the enumeration values that specifies whether to create the stored procedures.

See Also

Reference

SqlSyncTableProvisioning Class

Microsoft.Synchronization.Data.SqlServer Namespace