RegisteredSubscriber 생성자 (String, ServerConnection)

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

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

구문

‘선언
Public Sub New ( _
    name As String, _
    connectionContext As ServerConnection _
)
‘사용 방법
Dim name As String
Dim connectionContext As ServerConnection

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

매개 변수

주의

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