DistributionPublication.Create 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.
Creates the publication 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 transactional or snapshot publication, you should instead call the Create method on the TransPublication object.
The Create method can only be called by members of the db_owner
fixed database role on the distribution database.