Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Adds a ProxyAccount to the collection.
Namespace: Microsoft.SqlServer.Management.Smo.Agent
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
Public Sub Add ( _
proxyAccount As ProxyAccount _
)
'Usage
Dim instance As ProxyAccountCollection
Dim proxyAccount As ProxyAccount
instance.Add(proxyAccount)
public void Add(
ProxyAccount proxyAccount
)
public:
void Add(
ProxyAccount^ proxyAccount
)
member Add :
proxyAccount:ProxyAccount -> unit
public function Add(
proxyAccount : ProxyAccount
)
Parameter
- proxyAccount
Typ: Microsoft.SqlServer.Management.Smo.Agent.ProxyAccount
The ProxyAccount to add to the collection.