Метод DistributionDatabase.UnregisterBusinessLogicHandler

Removes the registration for a business logic handler from the Distributor.

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

Синтаксис

'Декларация
Public Sub UnregisterBusinessLogicHandler ( _
    businessLogicHandler As BusinessLogicHandler _
)
'Применение
Dim instance As DistributionDatabase 
Dim businessLogicHandler As BusinessLogicHandler

instance.UnregisterBusinessLogicHandler(businessLogicHandler)
public void UnregisterBusinessLogicHandler(
    BusinessLogicHandler businessLogicHandler
)
public:
void UnregisterBusinessLogicHandler(
    BusinessLogicHandler^ businessLogicHandler
)
member UnregisterBusinessLogicHandler : 
        businessLogicHandler:BusinessLogicHandler -> unit
public function UnregisterBusinessLogicHandler(
    businessLogicHandler : BusinessLogicHandler
)

Параметры

Замечания

The UnregisterBusinessLogicHandler(BusinessLogicHandler) method can only be called by members of the sysadmin fixed server role and members of the db_owner fixed database role

Calling RegisterBusinessLogicHandler(BusinessLogicHandler) is equivalent to executing sp_unregistercustomresolver.

См. также

Справочник

DistributionDatabase Класс

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