ReplicationMonitor Constructors

Definition

Creates a new instance of the ReplicationMonitor class.

Overloads

ReplicationMonitor()

Creates a new instance of the ReplicationMonitor class.

ReplicationMonitor(ServerConnection)

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

ReplicationMonitor()

Creates a new instance of the ReplicationMonitor class.

public:
 ReplicationMonitor();
public ReplicationMonitor ();
Public Sub New ()

Remarks

The default constructor initializes any fields to their default values.

Applies to

ReplicationMonitor(ServerConnection)

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

public:
 ReplicationMonitor(Microsoft::SqlServer::Management::Common::ServerConnection ^ connectionContext);
public ReplicationMonitor (Microsoft.SqlServer.Management.Common.ServerConnection connectionContext);
new Microsoft.SqlServer.Replication.ReplicationMonitor : Microsoft.SqlServer.Management.Common.ServerConnection -> Microsoft.SqlServer.Replication.ReplicationMonitor
Public Sub New (connectionContext As ServerConnection)

Parameters

connectionContext
ServerConnection

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

Applies to