Partager via


ReplicationServer.EnumHeterogeneousTables Method

Returns the available tables on a non-SQL Server Publisher.

Espace de noms: Microsoft.SqlServer.Replication
Assembly: Microsoft.SqlServer.Rmo (in microsoft.sqlserver.rmo.dll)

Syntaxe

'Déclaration
Public Function EnumHeterogeneousTables ( _
    publisherName As String _
) As ArrayList
public ArrayList EnumHeterogeneousTables (
    string publisherName
)
public:
ArrayList^ EnumHeterogeneousTables (
    String^ publisherName
)
public ArrayList EnumHeterogeneousTables (
    String publisherName
)
public function EnumHeterogeneousTables (
    publisherName : String
) : ArrayList

Paramètres

  • publisherName
    A string value that specifies the Publisher.

Valeur de retour

A ArrayList containing a collection of HeterogeneousTable objects.

Exceptions

Type d'exception Condition
ApplicationException

When the currently connected instance of SQL Server is not a Distributor or is not running on SQL Server 2005 or later.

ArgumentException

If one of the parameters is null, contains null characters, or exceeds 128 bytes.

Notes

The EnumHeterogeneousTables method is used when adding articles to a publication on a non-SQL Server Publisher.

The EnumHeterogeneousTables method can only be called when the currently connected instance of SQL Server is a Distributor.

The EnumHeterogeneousTables method can only be called by members of the sysadmin fixed server role.

This method is only supported on instances running on SQL Server 2005 or later.

This namespace, class, or member is supported only in version 2.0 of the .NET Framework.

Sécurité des threads

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Plateformes

Plateformes de développement

Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.

Plateformes cibles

Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.

Voir aussi

Référence

ReplicationServer Class
ReplicationServer Members
Microsoft.SqlServer.Replication Namespace