This topic has not yet been rated - Rate this topic

JobServer.MsxEnlist Method

Enlists SQL Server Agent as a target server with the specified master server in a multiserver administration.

Namespace:  Microsoft.SqlServer.Management.Smo.Agent
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
public void MsxEnlist(
	string masterServer,
	string location
)

Parameters

masterServer
Type: System.String
A String value that specifies the name of the master server.
location
Type: System.String
A String value that specifies the master server location.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.