Поделиться через


DistributionDatabase.UnregisterBusinessLogicHandler Метод

Определение

Удаляет регистрацию обработчика бизнес-логики из распространителя.

public:
 void UnregisterBusinessLogicHandler(Microsoft::SqlServer::Replication::BusinessLogicHandler ^ businessLogicHandler);
public void UnregisterBusinessLogicHandler (Microsoft.SqlServer.Replication.BusinessLogicHandler businessLogicHandler);
member this.UnregisterBusinessLogicHandler : Microsoft.SqlServer.Replication.BusinessLogicHandler -> unit
Public Sub UnregisterBusinessLogicHandler (businessLogicHandler As BusinessLogicHandler)

Параметры

businessLogicHandler
BusinessLogicHandler

Объект BusinessLogicHandler, который представляет удаляемую регистрацию обработчика бизнес-логики.

Комментарии

Метод <xref:Microsoft.SqlServer.Replication.ReplicationServer.UnregisterBusinessLogicHandler%2A> может вызываться только членами sysadmin предопределенных ролей сервера и членами db_owner предопределенных ролей базы данных.

Вызов <xref:Microsoft.SqlServer.Replication.ReplicationServer.RegisterBusinessLogicHandler%2A> эквивалентен выполнению sp_unregistercustomresolver.

Применяется к