ReplicationDatabase.EnumReplicationTables Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns all user-defined table objects in the database.
public:
System::Collections::ArrayList ^ EnumReplicationTables();
public System.Collections.ArrayList EnumReplicationTables ();
member this.EnumReplicationTables : unit -> System.Collections.ArrayList
Public Function EnumReplicationTables () As ArrayList
Returns
An ArrayList of ReplicationTable objects.
Exceptions
When the database does not exist.
Remarks
The EnumReplicationTables method can only be called by members of the sysadmin
fixed server role and members of the db_owner
fixed database role.