The ListReplicatedColumns method returns a SQLObjectList object that enumerates the columns of a table in a vertically-partitioned transactional or snapshot replication article.
object.ListReplicatedColumns( ) as SQLObjectList
object
Expression that evaluates to an object in the Applies To list
HRESULT ListReplicatedColumns(
LPSQLDMOCOLUMNLIST* ppList);
A SQLObjectList object that contains 0 or more Column objects.