Compartir a través de


JobServer.MsxDefect Método (Boolean)

Ends SQL Server Agent participation in a multiserver administration group with the option to force defection.

Espacio de nombres:  Microsoft.SqlServer.Management.Smo.Agent
Ensamblado:  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Sintaxis

'Declaración
Public Sub MsxDefect ( _
    forceDefection As Boolean _
)
'Uso
Dim instance As JobServer 
Dim forceDefection As Boolean

instance.MsxDefect(forceDefection)
public void MsxDefect(
    bool forceDefection
)
public:
void MsxDefect(
    bool forceDefection
)
member MsxDefect : 
        forceDefection:bool -> unit
public function MsxDefect(
    forceDefection : boolean
)

Parámetros

  • forceDefection
    Tipo: System.Boolean
    A Boolean value that specifies whether to allow for a forceful removal of the target server when the master server connection has been permanently lost. If True, the forceful removal of the target server is allowed.If False, the removal of the target server is not forced.

Comentarios

Use the forceDetection parameter with caution, because if the master server still has the target server registered, the target server must be manually removed from the master server.

Ejemplos

Programar tareas administrativas automáticas en el Agente SQL Server

Vea también

Referencia

JobServer Clase

Sobrecarga de MsxDefect

Espacio de nombres Microsoft.SqlServer.Management.Smo.Agent

Otros recursos

Tareas administrativas automatizadas (Agente SQL Server)

sp_msx_defect (Transact-SQL)