Partager via


Méthode ProxyAccountCollection.Add

Adds a ProxyAccount to the collection.

Espace de noms :  Microsoft.SqlServer.Management.Smo.Agent
Assembly :  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Syntaxe

'Déclaration
Public Sub Add ( _
    proxyAccount As ProxyAccount _
)
'Utilisation
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
)

Paramètres

Voir aussi

Référence

ProxyAccountCollection Classe

Espace de noms Microsoft.SqlServer.Management.Smo.Agent