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.
- connectionContext
型別:Microsoft.SqlServer.Management.Common.ServerConnection
A ServerConnection object value that specifies the connection context used to establish a connection to the Publisher.
- distPublisher
型別:System.String
A String value that specifies the name of the Publisher.
- 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.