AgentSubSystem 열거형
The AgentSubSystem enumeration contains values that are used to specify the Microsoft SQL Server subsystems that can be used by job steps.
네임스페이스: Microsoft.SqlServer.Management.Smo.Agent
어셈블리: Microsoft.SqlServer.SqlEnum.dll의 Microsoft.SqlServer.SqlEnum
구문
‘선언
Public Enumeration AgentSubSystem
‘사용 방법
Dim instance As AgentSubSystem
public enum AgentSubSystem
public enum class AgentSubSystem
type AgentSubSystem
public enum AgentSubSystem
멤버
| 멤버 이름 | 설명 | |
|---|---|---|
| TransactSql | Specifies the Transact-SQL subsystem. | |
| ActiveScripting | Specifies the Active Scripting subsystem. | |
| CmdExec | Specifies the Operating System Command executive subsystem. | |
| Snapshot | Specifies the Snapshot Agent subsystem. | |
| LogReader | Specifies the Log Reader Agent subsystem. | |
| Distribution | Specifies the Distribution Agent subsystem. | |
| Merge | Specifies the Merge Agent subsystem. | |
| QueueReader | Specifies the Queue Reader Agent subsystem. | |
| AnalysisQuery | Specifies the Analysis Query subsystem. | |
| AnalysisCommand | Specifies the Analysis Command subsystem. | |
| Ssis | Specifies the SQL Server Integration Services subsystem. | |
| PowerShell | Specifies the PowerShell subsystem. |