RegisteredSubscriber.Remove Method

Definition

Removes the Subscriber registration represented by the object.

public:
 void Remove();
public void Remove ();
member this.Remove : unit -> unit
Public Sub Remove ()

Remarks

In Microsoft SQL Server 2005, it is no longer required to explicitly register a Subscriber at the Publisher. This method is provided for backward compatibility with previous versions of SQL Server.

Applies to