MergeArticle.ListReplicatedColumns 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 the columns that exist in a vertically partitioned article.
public:
Array ^ ListReplicatedColumns();
public Array ListReplicatedColumns ();
member this.ListReplicatedColumns : unit -> Array
Public Function ListReplicatedColumns () As Array
Returns
A String array of column names.
Remarks
Calling the ListReplicatedColumns method is equivalent to executing sp_helpmergearticlecolumn.
The ListReplicatedColumns method can only be called by members of the replmonitor fixed database role on the publication database or members of the publication access list (PAL) for the publication.