MergeSubscriberMonitor 构造函数 (ServerConnection)
Creates an instance of the MergeSubscriberMonitor class with a connection to the Subscriber.
命名空间: Microsoft.SqlServer.Replication
程序集: Microsoft.SqlServer.Rmo(在 Microsoft.SqlServer.Rmo.dll 中)
语法
声明
Public Sub New ( _
connectionContext As ServerConnection _
)
用法
Dim connectionContext As ServerConnection
Dim instance As New MergeSubscriberMonitor(connectionContext)
public MergeSubscriberMonitor(
ServerConnection connectionContext
)
public:
MergeSubscriberMonitor(
ServerConnection^ connectionContext
)
new :
connectionContext:ServerConnection -> MergeSubscriberMonitor
public function MergeSubscriberMonitor(
connectionContext : ServerConnection
)
参数
- connectionContext
类型:Microsoft.SqlServer.Management.Common. . :: . .ServerConnection
A ServerConnection object that represents a connection to the instance of MicrosoftSQL Server that is the Subscriber.
注释
This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.