RegisteredSubscriber.Create Method

Definition

Registers the Subscriber at the specified Publisher or Distributor.

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

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