RegisteredSubscriber.Create Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.