Metodo ProxyAccount.AddSubSystem
Adds a Microsoft SQL Server subsystem to the proxy account.
Spazio dei nomi Microsoft.SqlServer.Management.Smo.Agent
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Sintassi
'Dichiarazione
Public Sub AddSubSystem ( _
subSystem As AgentSubSystem _
)
'Utilizzo
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
)
Parametri
- 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.
Esempi
Pianificazione delle attività amministrative automatiche in SQL Server Agent
Vedere anche
Riferimento
Spazio dei nomi Microsoft.SqlServer.Management.Smo.Agent
Altre risorse
Automatizzazione delle attività amministrative (SQL Server Agent)