SqlSyncProvider Constructor

Include Protected Members
Include Inherited Members

Initializes a new instance of the SqlSyncProvider 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
Public method SqlSyncProvider() Initializes a new instance of the SqlSyncProvider class by using default values.
Public method SqlSyncProvider(String, SqlConnection) Initializes a new instance of the SqlSyncProvider class for the specified scope name and connection.
Public method SqlSyncProvider(String, SqlConnection, String) Initializes a new instance of the SqlSyncProvider class for the specified scope name, connection, and synchronization object prefix.
Public method SqlSyncProvider(String, SqlConnection, String, String) Initializes a new instance of the SqlSyncProvider class for the specified scope name, connection, synchronization object prefix, and object schema.

Top

See Also

Reference

SqlSyncProvider Class

Microsoft.Synchronization.Data.SqlServer Namespace