Compartilhar via


Método AgentProfile.Remove

Removes an existing replication agent profile from the Distributor.

Namespace:  Microsoft.SqlServer.Replication
Assembly:  Microsoft.SqlServer.Rmo (em Microsoft.SqlServer.Rmo.dll)

Sintaxe

'Declaração
Public Sub Remove
'Uso
Dim instance As AgentProfile

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

Comentários

The Remove method can be called only by members of the sysadmin fixed server role at the Distributor.

Calling Remove is equivalent to executing sp_drop_agent_profile (Transact-SQL).

Consulte também

Referência

AgentProfile Classe

Namespace Microsoft.SqlServer.Replication

Outros recursos

Trabalhar com perfis de agente de replicação (programação RMO)