SqlSyncTableProvisioning Constructor
Include Protected Members
Include Inherited Members
Initializes a new instance of the SqlSyncTableProvisioning 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 | |
---|---|---|
SqlSyncTableProvisioning(DbSyncTableDescription) | Obsolete. Initializes a new instance of the SqlSyncTableProvisioning class for the specified table. | |
SqlSyncTableProvisioning(SqlConnection, DbSyncTableDescription) | Initializes a new instance of the SqlSyncTableProvisioning class for the specified connection and table schema. | |
SqlSyncTableProvisioning(DbSyncTableDescription, String) | Obsolete. Initializes a new instance of the SqlSyncTableProvisioning class for the specified table and synchronization object prefix. |
Top