Share via


DistributionDatabase.Create Method

Creates the distribution database.

Namespace:  Microsoft.SqlServer.Replication
Assembly:  Microsoft.SqlServer.Rmo (in Microsoft.SqlServer.Rmo.dll)

Syntax

'Declaration
Public Sub Create
'Usage
Dim instance As DistributionDatabase

instance.Create()
public void Create()
public:
void Create()
member Create : unit -> unit 
public function 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.

The Create method is available with SQL Server 7.0, SQL Server 2000, and SQL Server 2005.

This namespace, class, or member is supported only in version 2.0 of the .NET Framework.