Condividi tramite


Metodo Remove

Deletes the distribution database.

Spazio dei nomi  Microsoft.SqlServer.Replication
Assembly:  Microsoft.SqlServer.Rmo (in Microsoft.SqlServer.Rmo.dll)

Sintassi

'Dichiarazione
Public Sub Remove
'Utilizzo
Dim instance As DistributionDatabase

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

Osservazioni

The Remove method can only be called by members of the sysadmin fixed server role at the Distributor.

Calling Remove is equivalent to executing sp_dropdistributiondb.

The Remove 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.