TransArticle.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 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.