Метод DistributionDatabase.Remove

Deletes the distribution database.

Пространство имен:  Microsoft.SqlServer.Replication
Сборка:  Microsoft.SqlServer.Rmo (в Microsoft.SqlServer.Rmo.dll)

Синтаксис

'Декларация
Public Sub Remove
'Применение
Dim instance As DistributionDatabase

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

Замечания

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.

См. также

Справочник

DistributionDatabase Класс

Пространство имен Microsoft.SqlServer.Replication

Другие ресурсы

Как отключить публикацию и распространение (программирование объектов RMO)