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.
Note: This API is now obsolete.
Initializes a new instance of the SqlSyncScopeProvisioning class by using default values.
Namespace: Microsoft.Synchronization.Data.SqlServer
Assembly: Microsoft.Synchronization.Data.SqlServer (in Microsoft.Synchronization.Data.SqlServer.dll)
Syntax
'Declaration
<ObsoleteAttribute("Use a constructor that passes in a SqlConnection")> _
Public Sub New
'Usage
Dim instance As New SqlSyncScopeProvisioning()
[ObsoleteAttribute("Use a constructor that passes in a SqlConnection")]
public SqlSyncScopeProvisioning()
[ObsoleteAttribute(L"Use a constructor that passes in a SqlConnection")]
public:
SqlSyncScopeProvisioning()
[<ObsoleteAttribute("Use a constructor that passes in a SqlConnection")>]
new : unit -> SqlSyncScopeProvisioning
public function SqlSyncScopeProvisioning()
Remarks
Be aware that when this version of the constructor is used, some newer features are disabled, such as the use of bulk procedures to insert, update, and delete changes during synchronization. To take advantage of these features, use a form of the constructor that takes a SqlConnection parameter.
See Also
Reference
SqlSyncScopeProvisioning Class