Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
Ends Microsoft SQL Server Agent participation in a multiserver administration group with the option to force defection.
Spazio dei nomi: Microsoft.SqlServer.Management.Smo.Agent
Assembly : Microsoft.SqlServer.Smo (in microsoft.sqlserver.smo.dll)
Sintassi
'Dichiarazione
Public Sub MsxDefect ( _
forceDefection As Boolean _
)
public void MsxDefect (
bool forceDefection
)
public:
void MsxDefect (
bool forceDefection
)
public void MsxDefect (
boolean forceDefection
)
public function MsxDefect (
forceDefection : boolean
)
Parametri
forceDefection
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.
Osservazioni
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.
Questo spazio dei nomi, classe o membro è supportato solo nella versione 2.0 di Microsoft .NET Framework.
Esempio
How to: Create a Job with Steps and a Schedule in Visual Basic .NET
Thread Safety
Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Piattaforme
Piattaforme di sviluppo
Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.
Piattaforme di destinazione
Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.
Vedere anche
Riferimento
JobServer Class
JobServer Members
Microsoft.SqlServer.Management.Smo.Agent Namespace
Altre risorse
Automatizzazione delle attività amministrative (SQL Server Agent)
Scheduling Automatic Administrative Tasks in SQL Server Agent
sp_msx_defect (Transact-SQL)