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