DistributionDatabase.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 distribution database.
public:
void Create();
public void Create ();
member this.Create : unit -> unit
Public Sub Create ()
Remarks
The Create method cannot be called for an existing distribution database.
The Create method can only be called by members of the sysadmin
fixed server role at the Distributor.
Calling Create is equivalent to executing sp_adddistributiondb.