SqlCeSyncScopeProvisioning Constructor
Include Protected Members
Include Inherited Members
Initializes a new instance of the SqlCeSyncScopeProvisioning class.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
SqlCeSyncScopeProvisioning() | Obsolete. Initializes a new instance of the SqlCeSyncScopeProvisioning class by using default values. | |
SqlCeSyncScopeProvisioning(SqlCeConnection) | Initializes a new instance of the SqlCeSyncScopeProvisioning class with the specified connection. | |
SqlCeSyncScopeProvisioning(DbSyncScopeDescription) | Obsolete. Initializes a new instance of the SqlCeSyncScopeProvisioning class for the specified scope. | |
SqlCeSyncScopeProvisioning(SqlCeConnection, DbSyncScopeDescription) | Initializes a new instance of the SqlCeSyncScopeProvisioning class with the specified connection and scope description. |
Top