Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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.
- connectionContext
Type: Microsoft.SqlServer.Management.Common.ServerConnection
A ServerConnection object value that specifies the connection context used to establish a connection to the Publisher.
- distPublisher
Type: System.String
A String value that specifies the name of the Publisher.
- 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.