ReplicationServer.EnumHeterogeneousColumns(String, String, String) Method

Definition

Returns the columns in a table on a non-SQL Server Publisher.

public:
 System::Collections::ArrayList ^ EnumHeterogeneousColumns(System::String ^ publisherName, System::String ^ tableName, System::String ^ ownerName);
public System.Collections.ArrayList EnumHeterogeneousColumns (string publisherName, string tableName, string ownerName);
member this.EnumHeterogeneousColumns : string * string * string -> System.Collections.ArrayList
Public Function EnumHeterogeneousColumns (publisherName As String, tableName As String, ownerName As String) As ArrayList

Parameters

publisherName
String

A string value that specifies the non-SQL Server Publisher.

tableName
String

A string value that specifies the table to which the columns belong.

ownerName
String

A string value that specifies the owner of the table.

Returns

A ArrayList containing an array of HeterogeneousColumn objects.

Exceptions

When the instance of SQL Server is not a Distributor or is running on a version of SQL Server earlier than SQL Server 2005.

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

Remarks

The EnumHeterogeneousColumns method is used when connected to a Distributor for a non-SQL Server Publisher.

The EnumHeterogeneousColumns method is used when choosing columns to publish in an article in a non-SQL Server publication.

The EnumHeterogeneousColumns method can only be called by members of the sysadmin fixed server at the Distributor.

Applies to