Compartilhar via


Método DistributionDatabase.Create

Creates the distribution database.

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

Sintaxe

'Declaração
Public Sub Create
'Uso
Dim instance As DistributionDatabase

instance.Create()
public void Create()
public:
void Create()
member Create : unit -> unit
public function Create()

Comentários

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.

Consulte também

Referência

DistributionDatabase Classe

Namespace Microsoft.SqlServer.Replication

Outros recursos

Como configurar a publicação e a distribuição (Programação RMO)