다음을 통해 공유


Remove 메서드

Removes an existing replication agent profile from the Distributor.

네임스페이스:  Microsoft.SqlServer.Replication
어셈블리:  Microsoft.SqlServer.Rmo.dll의 Microsoft.SqlServer.Rmo

구문

‘선언
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).

This namespace, class, or member is supported only in the .NET Framework 2.0.