Job.EnumTargetServers Method
Enumerates a list of execution target servers that have been assigned to the referenced job.
Espace de noms: Microsoft.SqlServer.Management.Smo.Agent
Assembly: Microsoft.SqlServer.Smo (in microsoft.sqlserver.smo.dll)
Syntaxe
'Déclaration
Public Function EnumTargetServers As DataTable
public DataTable EnumTargetServers ()
public:
DataTable^ EnumTargetServers ()
public DataTable EnumTargetServers ()
public function EnumTargetServers () : DataTable
Valeur de retour
A DataTable object value that contains a list of execution target servers and information about the referenced job when it is run on the target servers. The table describes the different columns of the returned DataTable.
Column |
Data type |
Description |
Name |
String |
The name of the instance of Microsoft SQL Server that is a target server. |
ID |
Int32 |
The ID value of the target server. |
LastRunOutcome |
Int32 |
The numeric value that specifies the way in which the job finishes on the target server that is listed in the CompletionAction enumeration. |
LastRunOutcomeMessage |
String |
The message that was recorded with the last completion of the job on the target server. |
LastRunDate |
DateTime |
The date and time when the job was last run on the target server. |
LastRunDuration |
Int32 |
The time it took to complete when the job was last run on the target server, in seconds. |
EnlistDate |
DateTime |
The date and time when the target server was enlisted. |
LastPollDate |
DateTime |
The date and time when the target server last polled the master server for any outstanding jobs to be executed. |
Notes
Cet espace de noms, cette classe ou ce membre est pris en charge uniquement par la version 2.0 de Microsoft .NET Framework.
Exemple
How to: Create a Job with Steps and a Schedule in Visual Basic .NET
Sécurité des threads
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.
Plateformes
Plateformes de développement
Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.
Plateformes cibles
Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.
Voir aussi
Référence
Job Class
Job Members
Microsoft.SqlServer.Management.Smo.Agent Namespace
Autres ressources
Scheduling Automatic Administrative Tasks in SQL Server Agent
Automatisation des tâches administratives (SQL Server Agent)
sp_help_targetserver (Transact-SQL)