DistributionArticle.Create Method

Definition

Creates the article metadata at the Distributor.

public:
 void Create();
public void Create ();
member this.Create : unit -> unit
Public Sub Create ()

Remarks

You should not call the Create method. To create a new article to a transactional or snapshot publication, you should instead call the Create method on the TransArticle object.

The Create method can only be called by members of the db_owner fixed database role on the distribution database.

Applies to