Partager via


MergeSubscriberMonitor Constructor (ServerConnection)

Creates an instance of the MergeSubscriberMonitor class with a connection to the Subscriber.

Espace de noms: Microsoft.SqlServer.Replication
Assembly: Microsoft.SqlServer.Rmo (in microsoft.sqlserver.rmo.dll)

Syntaxe

'Déclaration
Public Sub New ( _
    connectionContext As ServerConnection _
)
public MergeSubscriberMonitor (
    ServerConnection connectionContext
)
public:
MergeSubscriberMonitor (
    ServerConnection^ connectionContext
)
public MergeSubscriberMonitor (
    ServerConnection connectionContext
)
public function MergeSubscriberMonitor (
    connectionContext : ServerConnection
)

Paramètres

  • connectionContext
    A ServerConnection object that represents a connection to the instance of Microsoft SQL Server that is the Subscriber.

Notes

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

Plateformes

Plateformes de développement

Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.

Plateformes cibles

Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.

Voir aussi

Référence

MergeSubscriberMonitor Class
MergeSubscriberMonitor Members
Microsoft.SqlServer.Replication Namespace