ProxyAccount.AddSubSystem 메서드
Adds a Microsoft SQL Server subsystem to the proxy account.
네임스페이스: Microsoft.SqlServer.Management.Smo.Agent
어셈블리: Microsoft.SqlServer.Smo(Microsoft.SqlServer.Smo.dll)
구문
‘선언
Public Sub AddSubSystem ( _
subSystem As AgentSubSystem _
)
‘사용 방법
Dim instance As ProxyAccount
Dim subSystem As AgentSubSystem
instance.AddSubSystem(subSystem)
public void AddSubSystem(
AgentSubSystem subSystem
)
public:
void AddSubSystem(
AgentSubSystem subSystem
)
member AddSubSystem :
subSystem:AgentSubSystem -> unit
public function AddSubSystem(
subSystem : AgentSubSystem
)
매개 변수
- subSystem
유형: Microsoft.SqlServer.Management.Smo.Agent.AgentSubSystem
An AgentSubSystem object value that specifies the SQL Server subsystem that is associated with the proxy account.
예
SQL Server 에이전트에서 자동 관리 태스크 예약
참고 항목
참조
Microsoft.SqlServer.Management.Smo.Agent 네임스페이스