MSXDefect Method

SQL-DMO

SQL-DMO

MSXDefect Method

The MSXDefect method ends SQL Server Agent participation in a multiserver administration group.

Applies To
JobServer Object  
Syntax

object.MSXDefect( )

Parts

object

Expression that evaluates to an object in the Applies To list

Prototype (C/C++)

HRESULT MSXDefect();

Remarks

For Microsoft® SQL Server™ 2000,multiserver administration participation is configured by performing two tasks. An instance of SQL Server declares itself a multiserver administration master server (MSX) by creating an administering operator. One or more instances of SQL Server then enlist with the MSX, becoming administration target servers (TSX).

To break a master-target relationship in a multiserver administration group

  1. Get the JobServer object referencing the SQL Server Agent of the TSX.

  2. Use the MSXDefect method to break the relationship.