Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Removes a Microsoft SQL Server subsystem from the referenced proxy account.
Namespace: Microsoft.SqlServer.Management.Smo.Agent
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
Public Sub RemoveSubSystem ( _
subSystem As AgentSubSystem _
)
'Usage
Dim instance As ProxyAccount
Dim subSystem As AgentSubSystem
instance.RemoveSubSystem(subSystem)
public void RemoveSubSystem(
AgentSubSystem subSystem
)
public:
void RemoveSubSystem(
AgentSubSystem subSystem
)
member RemoveSubSystem :
subSystem:AgentSubSystem -> unit
public function RemoveSubSystem(
subSystem : AgentSubSystem
)
Parameters
- subSystem
Type: Microsoft.SqlServer.Management.Smo.Agent.AgentSubSystem
An AgentSubSystem object value that specifies the SQL Server subsystem to be removed.
Examples
Scheduling Automatic Administrative Tasks in SQL Server Agent
See Also
Reference
Microsoft.SqlServer.Management.Smo.Agent Namespace