Méthode AgentProfile.Remove

Removes an existing replication agent profile from the Distributor.

Espace de noms :  Microsoft.SqlServer.Replication
Assembly :  Microsoft.SqlServer.Rmo (en Microsoft.SqlServer.Rmo.dll)

Syntaxe

'Déclaration
Public Sub Remove
'Utilisation
Dim instance As AgentProfile

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

Notes

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).

Voir aussi

Référence

AgentProfile Classe

Espace de noms Microsoft.SqlServer.Replication

Autres ressources

Utiliser des profils d'agent de réplication (programmation RMO)