DistributionDatabase.UnregisterBusinessLogicHandler メソッド
ディストリビューターから、ビジネス ロジック ハンドラーの登録を削除します。
名前空間: 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
)
パラメーター
- businessLogicHandler
型: Microsoft.SqlServer.Replication.BusinessLogicHandler
削除されるビジネス ロジック ハンドラーの登録を表す BusinessLogicHandler オブジェクトです。
説明
UnregisterBusinessLogicHandler(BusinessLogicHandler) メソッドを呼び出すことができるのは、固定サーバー ロール sysadmin のメンバー、および固定データベース ロール db_owner のメンバーだけです。
RegisterBusinessLogicHandler(BusinessLogicHandler) を呼び出すと、sp_unregistercustomresolver を実行したのと同じことになります。