다음을 통해 공유


AgentSubSystem Enumeration

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 (in microsoft.sqlserver.sqlenum.dll)

구문

‘선언
Public Enumeration AgentSubSystem
public enum AgentSubSystem
public enum class AgentSubSystem
public enum AgentSubSystem
public enum AgentSubSystem

Members

Member name 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.
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.

주의

The AgentSubSystem enumeration method is served by the AddSubSystem method.

이 네임스페이스, 클래스 또는 멤버는 Microsoft .NET Framework 2.0 버전에서만 지원됩니다.

플랫폼

개발 플랫폼

지원되는 플랫폼 목록은 SQL Server 2005 설치를 위한 하드웨어 및 소프트웨어 요구 사항을 참조하십시오.

대상 플랫폼

지원되는 플랫폼 목록은 SQL Server 2005 설치를 위한 하드웨어 및 소프트웨어 요구 사항을 참조하십시오.

참고 항목

참조

Microsoft.SqlServer.Management.Smo.Agent Namespace