Método AddSubSystem
Adds a Microsoft SQL Server subsystem to the proxy account.
Namespace: Microsoft.SqlServer.Management.Smo.Agent
Assembly: Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)
Sintaxe
'Declaração
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.