Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
The AgentSubSystem enumeration contains values that are used to specify the Microsoft SQL Server subsystems that can be used by job steps.
Espace de noms : Microsoft.SqlServer.Management.Smo.Agent
Assembly : Microsoft.SqlServer.SqlEnum (en Microsoft.SqlServer.SqlEnum.dll)
Syntaxe
'Déclaration
Public Enumeration AgentSubSystem
'Utilisation
Dim instance As AgentSubSystem
public enum AgentSubSystem
public enum class AgentSubSystem
type AgentSubSystem
public enum AgentSubSystem
Membres
| Nom de membre | Description | |
|---|---|---|
| ActiveScripting | Specifies the Active Scripting subsystem. | |
| AnalysisCommand | Specifies the Analysis Command subsystem. | |
| AnalysisQuery | Specifies the Analysis Query subsystem. | |
| CmdExec | Specifies the Operating System Command executive subsystem. | |
| Distribution | Specifies the Distribution Agent subsystem. | |
| LogReader | Specifies the Log Reader Agent subsystem. | |
| Merge | Specifies the Merge Agent subsystem. | |
| PowerShell | Specifies the PowerShell subsystem. | |
| QueueReader | Specifies the Queue Reader Agent subsystem. | |
| Snapshot | Specifies the Snapshot Agent subsystem. | |
| Ssis | Specifies the SQL Server Integration Services subsystem. | |
| TransactSql | Specifies the Transact-SQL subsystem. |
Notes
The AgentSubSystem enumeration method is served by the AddSubSystem method.