SQLServer.Database.Publication.Article Object
Adds a list of columns of the source table to the group of columns that are replicated, if the Article is vertically partitioned.
Article.AddReplicatedColumns ( [Columns :=] midColumns )
HRESULT pArticle->AddReplicatedColumns ( SQLOLE_LPCSTR midColumns );
Element | Type | Description |
---|
midColumns | MultiString | Delimited list of columns. If empty, the vertical partition is cleared and all columns are included in the article. |
sp_articlecolumn