MergeArticle.AddReplicatedColumns(Array) 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.
Adds the specified columns to the merge article.
public:
void AddReplicatedColumns(Array ^ columns);
public void AddReplicatedColumns (Array columns);
member this.AddReplicatedColumns : Array -> unit
Public Sub AddReplicatedColumns (columns As Array)
Parameters
- columns
- Array
A String array that contains the names of the columns to include in a vertically partitioned article.
Remarks
Calling AddReplicatedColumns method is equivalent to executing sp_mergearticlecolumn (Transact-SQL) once at the Publisher for each column added.
The AddReplicatedColumns method can be called only by members of the sysadmin fixed server role at the Publisher or by members of the db_owner fixed database role on the publication database.