JobServer.MsxDefect Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
MsxDefect() |
The MSXDefect method ends SQL Server Agent participation in a multiserver administration group. |
MsxDefect(Boolean) |
The MSXDefect method ends SQL Server Agent participation in a multiserver administration group. |
MsxDefect()
The MSXDefect method ends SQL Server Agent participation in a multiserver administration group.
public void MsxDefect ();
member this.MsxDefect : unit -> unit
Public Sub MsxDefect ()
Applies to
MsxDefect(Boolean)
The MSXDefect method ends SQL Server Agent participation in a multiserver administration group.
public void MsxDefect (bool forceDefection);
member this.MsxDefect : bool -> unit
Public Sub MsxDefect (forceDefection As Boolean)
Parameters
- forceDefection
- Boolean