Konstruktor ReplicationMonitor (ServerConnection)
Creates a new instance of the ReplicationMonitor class with the specified connection to the instance of Microsoft SQL Server.
Przestrzeń nazw: Microsoft.SqlServer.Replication
Zestaw: Microsoft.SqlServer.Rmo (w Microsoft.SqlServer.Rmo.dll)
Składnia
'Deklaracja
Public Sub New ( _
connectionContext As ServerConnection _
)
'Użycie
Dim connectionContext As ServerConnection
Dim instance As New ReplicationMonitor(connectionContext)
public ReplicationMonitor(
ServerConnection connectionContext
)
public:
ReplicationMonitor(
ServerConnection^ connectionContext
)
new :
connectionContext:ServerConnection -> ReplicationMonitor
public function ReplicationMonitor(
connectionContext : ServerConnection
)
Parametry
- connectionContext
Typ: Microsoft.SqlServer.Management.Common.ServerConnection
A ServerConnection wartość obiektu, który określa kontekst połączenia używany do ustanawiania połączenia z wystąpienie z SQL Server.
Uwagi
Ten obszar nazw, klasy lub element członkowski jest obsługiwany tylko w wersja 2.0.NET Framework.