Méthode JobServer.ClearHostLoginAccount
Clears the host login account and uses integrated security to log in to SQL Server.
Espace de noms : Microsoft.SqlServer.Management.Smo.Agent
Assembly : Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
Syntaxe
'Déclaration
Public Sub ClearHostLoginAccount
'Utilisation
Dim instance As JobServer
instance.ClearHostLoginAccount()
public void ClearHostLoginAccount()
public:
void ClearHostLoginAccount()
member ClearHostLoginAccount : unit -> unit
public function ClearHostLoginAccount()
Notes
Cette propriété est uniquement prise en charge par SQL Server 7.0 et SQL Server 2000.
Exemples
Planification des tâches administratives automatiques dans l'Agent SQL Server
Voir aussi
Référence
Espace de noms Microsoft.SqlServer.Management.Smo.Agent
Autres ressources
Tâches d'administration automatisée (Agent SQL Server)
Planification des tâches administratives automatiques dans l'Agent SQL Server