Partager via


ReplicationMonitor Constructor (ServerConnection)

Creates a new instance of the ReplicationMonitor class with the specified connection to the instance of Microsoft SQL Server.

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 ReplicationMonitor (
    ServerConnection connectionContext
)
public:
ReplicationMonitor (
    ServerConnection^ connectionContext
)
public ReplicationMonitor (
    ServerConnection connectionContext
)
public function ReplicationMonitor (
    connectionContext : ServerConnection
)

Paramètres

  • connectionContext
    A ServerConnection object value that specifies the connection context used to establish a connection with the instance of SQL Server.

Notes

This namespace, class, or member is supported only in version 2.0 of the .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

ReplicationMonitor Class
ReplicationMonitor Members
Microsoft.SqlServer.Replication Namespace