RegisteredSubscriber 생성자 (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.

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

구문

‘선언
Public Sub New ( _
    name As String, _
    connectionContext As ServerConnection, _
    distPublisher As String, _
    distributionDB As String _
)
‘사용 방법
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
)

매개 변수

주의

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.