Share via


RegisteredSubscriber Constructor (String, ServerConnection, String, String)

Creates a new instance of the RegisteredSubscriber class with the specified name, the specified connection to the distribution Publisher, the specified distribution Publisher, and the distribution database.

Namespace:  Microsoft.SqlServer.Replication
Assembly:  Microsoft.SqlServer.Rmo (in Microsoft.SqlServer.Rmo.dll)

Syntax

'Declaration
Public Sub New ( _
    name As String, _
    connectionContext As ServerConnection, _
    distPublisher As String, _
    distributionDB As String _
)
'Usage
Dim name As String
Dim connectionContext As ServerConnection
Dim distPublisher As String
Dim distributionDB As String

Dim instance As New RegisteredSubscriber(name, connectionContext, _
    distPublisher, distributionDB)
public RegisteredSubscriber(
    string name,
    ServerConnection connectionContext,
    string distPublisher,
    string distributionDB
)
public:
RegisteredSubscriber(
    String^ name, 
    ServerConnection^ connectionContext, 
    String^ distPublisher, 
    String^ distributionDB
)
new : 
        name:string * 
        connectionContext:ServerConnection * 
        distPublisher:string * 
        distributionDB:string -> RegisteredSubscriber
public function RegisteredSubscriber(
    name : String, 
    connectionContext : ServerConnection, 
    distPublisher : String, 
    distributionDB : String
)

Parameters

  • name
    Type: System.String
    A String value that specifies the name of the registered Subscriber.
  • distributionDB
    Type: System.String
    A String value that specifies the name of the distribution database.

Remarks

This constructor is used for registering a Subscriber with a distribution Publisher.

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