ReplicationTable Constructor
Include Protected Members
Include Inherited Members
Creates a new instance of the ReplicationTable 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 | |
---|---|---|
ReplicationTable() | Creates a new instance of the ReplicationTable class. | |
ReplicationTable(String, String, String, ServerConnection) | Creates a new instance of the ReplicationTable class with the specified name and owner, on the specified database, and with the specified connection to an instance of Microsoft SQL Server. |
Top