Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
Removes an existing replication agent profile from the Distributor.
Namespace: Microsoft.SqlServer.Replication
Assembly: Microsoft.SqlServer.Rmo (in Microsoft.SqlServer.Rmo.dll)
Syntax
'Declaration
Public Sub Remove
'Usage
Dim instance As AgentProfile
instance.Remove()
public void Remove()
public:
void Remove()
member Remove : unit -> unit
public function Remove()
Remarks
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).
See Also
Reference
Microsoft.SqlServer.Replication Namespace