Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
'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);
}
/** @property */
public DbSyncCreationOption get_CreateProceduresForAdditionalScope ()
/** @property */
public void set_CreateProceduresForAdditionalScope (DbSyncCreationOption value)
public function get CreateProceduresForAdditionalScope () : DbSyncCreationOption
public function set CreateProceduresForAdditionalScope (value : DbSyncCreationOption)
Property Value
A DbSyncCreationOption enumeration value that specifies whether to create the stored procedures.
See Also
Reference
SqlSyncTableProvisioning Class
SqlSyncTableProvisioning Members
Microsoft.Synchronization.Data.SqlServer Namespace