TransArticle.EnumHeterogeneousColumns 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 column information for a table article published by a non-SQL Server Publisher.
public:
System::Collections::ArrayList ^ EnumHeterogeneousColumns();
public System.Collections.ArrayList EnumHeterogeneousColumns ();
member this.EnumHeterogeneousColumns : unit -> System.Collections.ArrayList
Public Function EnumHeterogeneousColumns () As ArrayList
Returns
An ArrayList of HeterogeneousColumn objects.
Remarks
The EnumHeterogeneousColumns method is only supported for non-SQL Server Publishers.
The EnumHeterogeneousColumns method can only be called by members of the sysadmin
fixed server role at the Distributor for the non-SQL Server Publisher.