SqlCeSyncScopeProvisioning Constructor
Note: This API is now obsolete.
Initializes a new instance of the SqlCeSyncScopeProvisioning class by using default values.
Namespace: Microsoft.Synchronization.Data.SqlServerCe
Assembly: Microsoft.Synchronization.Data.SqlServerCe (in Microsoft.Synchronization.Data.SqlServerCe.dll)
Syntax
'Declaration
<ObsoleteAttribute("Use a constructor that passes in a SqlCeConnection")> _
Public Sub New
'Usage
Dim instance As New SqlCeSyncScopeProvisioning()
[ObsoleteAttribute("Use a constructor that passes in a SqlCeConnection")]
public SqlCeSyncScopeProvisioning()
[ObsoleteAttribute(L"Use a constructor that passes in a SqlCeConnection")]
public:
SqlCeSyncScopeProvisioning()
[<ObsoleteAttribute("Use a constructor that passes in a SqlCeConnection")>]
new : unit -> SqlCeSyncScopeProvisioning
public function SqlCeSyncScopeProvisioning()
See Also
Reference
SqlCeSyncScopeProvisioning Class