Méthode ReplicationDatabase.EnumReplicationTables
Returns all user-defined table objects in the database.
Espace de noms : Microsoft.SqlServer.Replication
Assembly : Microsoft.SqlServer.Rmo (en Microsoft.SqlServer.Rmo.dll)
Syntaxe
'Déclaration
Public Function EnumReplicationTables As ArrayList
'Utilisation
Dim instance As ReplicationDatabase
Dim returnValue As ArrayList
returnValue = instance.EnumReplicationTables()
public ArrayList EnumReplicationTables()
public:
ArrayList^ EnumReplicationTables()
member EnumReplicationTables : unit -> ArrayList
public function EnumReplicationTables() : ArrayList
Valeur de retour
Type : System.Collections.ArrayList
An ArrayList of ReplicationTable objects.
Exceptions
Exception | Condition |
---|---|
ApplicationException | When the database does not exist. |
Notes
The EnumReplicationTables method can only be called by members of the sysadmin fixed server role and members of the db_owner fixed database role.