AgentProfile.Remove 方法

Removes an existing replication agent profile from the Distributor.

命名空间:  Microsoft.SqlServer.Replication
程序集:  Microsoft.SqlServer.Rmo(在 Microsoft.SqlServer.Rmo.dll 中)

语法

声明
Public Sub Remove
用法
Dim instance As AgentProfile

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

注释

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

请参阅

参考

AgentProfile 类

Microsoft.SqlServer.Replication 命名空间

其他资源

使用复制代理配置文件(RMO 编程)