Méthode AddSubSystem
Adds a Microsoft SQL Server subsystem to the proxy account.
Espace de noms : Microsoft.SqlServer.Management.Smo.Agent
Assembly : Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
Syntaxe
'Déclaration
Public Sub AddSubSystem ( _
subSystem As AgentSubSystem _
)
'Utilisation
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
)
Paramètres
- subSystem
Type : Microsoft.SqlServer.Management.Smo.Agent. . :: . .AgentSubSystem
An AgentSubSystem object value that specifies the SQL Server subsystem that is associated with the proxy account.