ProxyAccount.AddSubSystem Método
Adds a Microsoft SQL Server subsystem to the proxy account.
Espacio de nombres: Microsoft.SqlServer.Management.Smo.Agent
Ensamblado: Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
Sintaxis
'Declaración
Public Sub AddSubSystem ( _
subSystem As AgentSubSystem _
)
'Uso
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
)
Parámetros
- subSystem
Tipo: Microsoft.SqlServer.Management.Smo.Agent.AgentSubSystem
An AgentSubSystem object value that specifies the SQL Server subsystem that is associated with the proxy account.
Ejemplos
Programar tareas administrativas automáticas en el Agente SQL Server
Vea también
Referencia
Espacio de nombres Microsoft.SqlServer.Management.Smo.Agent