JobServer.MsxEnlist(String, String) 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.
The MSXEnlist method initiates SQL Server Agent participation as a target for multiserver administration.
public void MsxEnlist (string masterServer, string location);
member this.MsxEnlist : string * string -> unit
Public Sub MsxEnlist (masterServer As String, location As String)
Parameters
- masterServer
- String
String naming a registered instance of SQL Server.The instance must be configured as a multiserver administration master server.
- location
- String
String documenting the enlisting server's location. Used for user assistance only.