Freigeben über


ProxyAccount.AddSubSystem-Methode

Adds a Microsoft SQL Server subsystem to the proxy account.

Namespace:  Microsoft.SqlServer.Management.Smo.Agent
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Syntax

'Declaration
Public Sub AddSubSystem ( _
    subSystem As AgentSubSystem _
)
'Usage
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
)

Parameter

Beispiele

Planen von automatischen, administrativen Tasks im SQL Server-Agent

Siehe auch

Verweis

ProxyAccount Klasse

Microsoft.SqlServer.Management.Smo.Agent-Namespace

Andere Ressourcen

Automatisierte Administrationstasks (SQL Server-Agent)

sp_add_proxy (Transact-SQL)

sp_grant_proxy_to_subsystem (Transact-SQL)