ReplicationMonitor Constructor (ServerConnection)
Creates a new instance of the ReplicationMonitor class with the specified connection to the instance of Microsoft SQL Server.
Spazio dei nomi: Microsoft.SqlServer.Replication
Assembly : Microsoft.SqlServer.Rmo (in microsoft.sqlserver.rmo.dll)
Sintassi
'Dichiarazione
Public Sub New ( _
connectionContext As ServerConnection _
)
public ReplicationMonitor (
ServerConnection connectionContext
)
public:
ReplicationMonitor (
ServerConnection^ connectionContext
)
public ReplicationMonitor (
ServerConnection connectionContext
)
public function ReplicationMonitor (
connectionContext : ServerConnection
)
Parametri
- connectionContext
A ServerConnection object value that specifies the connection context used to establish a connection with the instance of SQL Server.
Osservazioni
This namespace, class, or member is supported only in version 2.0 of the .NET Framework.
Piattaforme
Piattaforme di sviluppo
Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.
Piattaforme di destinazione
Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.
Vedere anche
Riferimento
ReplicationMonitor Class
ReplicationMonitor Members
Microsoft.SqlServer.Replication Namespace