Compartilhar via


Método JobServer.ClearHostLoginAccount

Clears the host login account and uses integrated security to log in to SQL Server.

Namespace:  Microsoft.SqlServer.Management.Smo.Agent
Assembly:  Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)

Sintaxe

'Declaração
Public Sub ClearHostLoginAccount
'Uso
Dim instance As JobServer

instance.ClearHostLoginAccount()
public void ClearHostLoginAccount()
public:
void ClearHostLoginAccount()
member ClearHostLoginAccount : unit -> unit
public function ClearHostLoginAccount()

Comentários

Há suporte para essa propriedade apenas no SQL Server 7.0 e no SQL Server 2000.

Exemplos

Agendando tarefas administrativas automáticas no SQL Server Agent

Consulte também

Referência

JobServer Classe

Namespace Microsoft.SqlServer.Management.Smo.Agent

Outros recursos

Tarefas de administração automatizadas (SQL Server Agent)

Agendando tarefas administrativas automáticas no SQL Server Agent

sp_delete_job (Transact-SQL)