Compartir a través de


ProxyAccountCollection.Add Método

Adds a ProxyAccount to the collection.

Espacio de nombres:  Microsoft.SqlServer.Management.Smo.Agent
Ensamblado:  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Sintaxis

'Declaración
Public Sub Add ( _
    proxyAccount As ProxyAccount _
)
'Uso
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
)

Parámetros

Vea también

Referencia

ProxyAccountCollection Clase

Espacio de nombres Microsoft.SqlServer.Management.Smo.Agent