TransArticle.ListReplicatedColumns Method

Definition

Returns the published columns in a table article.

public:
 Array ^ ListReplicatedColumns();
public Array ListReplicatedColumns ();
member this.ListReplicatedColumns : unit -> Array
Public Function ListReplicatedColumns () As Array

Returns

An array of String values.

Remarks

The ListReplicatedColumns method can only be called by members of the sysadmin fixed server role at the Publisher, by members of the db_owner fixed database role on the publication database, or by a user in the publication access list (PAL).

Calling ListReplicatedColumns is equivalent to executing sp_helparticlecolumns.

Applies to