다음을 통해 공유


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(Microsoft.SqlServer.Rmo.dll)

구문

‘선언
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
)

매개 변수

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

주의

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

참고 항목

참조

RegisteredSubscriber 클래스

RegisteredSubscriber 오버로드

Microsoft.SqlServer.Replication 네임스페이스