Partilhar via


Método JobServer.MsxEnlist

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 (em Microsoft.SqlServer.Smo.dll)

Sintaxe

'Declaração
Public Sub MsxEnlist ( _
    masterServer As String, _
    location As String _
)
'Uso
Dim instance As JobServer 
Dim masterServer As String 
Dim location As String

instance.MsxEnlist(masterServer, location)
public void MsxEnlist(
    string masterServer,
    string location
)
public:
void MsxEnlist(
    String^ masterServer, 
    String^ location
)
member MsxEnlist : 
        masterServer:string * 
        location:string -> unit
public function MsxEnlist(
    masterServer : String, 
    location : String
)

Parâmetros

  • masterServer
    Tipo: System.String
    A String value that specifies the name of the master server.

Exemplos

Agendando tarefas administrativas automáticas no SQL Server Agent

Consulte também

Referência

JobServer Classe

Namespace Microsoft.SqlServer.Management.Smo.Agent

Outros recursos

Tarefas de administração automatizadas (SQL Server Agent)

sp_msx_enlist (Transact-SQL)