Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Creates a new instance of the PublicationMonitor class with the specified name, distribution database, Publisher, publication database, and connection to the Distributor.
Namespace: Microsoft.SqlServer.Replication
Assembly: Microsoft.SqlServer.Rmo (in Microsoft.SqlServer.Rmo.dll)
Syntax
'Declaration
Public Sub New ( _
name As String, _
distributionDBName As String, _
publisherName As String, _
publicationDBName As String, _
connectionContext As ServerConnection _
)
'Usage
Dim name As String
Dim distributionDBName As String
Dim publisherName As String
Dim publicationDBName As String
Dim connectionContext As ServerConnection
Dim instance As New PublicationMonitor(name, distributionDBName, _
publisherName, publicationDBName, _
connectionContext)
public PublicationMonitor(
string name,
string distributionDBName,
string publisherName,
string publicationDBName,
ServerConnection connectionContext
)
public:
PublicationMonitor(
String^ name,
String^ distributionDBName,
String^ publisherName,
String^ publicationDBName,
ServerConnection^ connectionContext
)
new :
name:string *
distributionDBName:string *
publisherName:string *
publicationDBName:string *
connectionContext:ServerConnection -> PublicationMonitor
public function PublicationMonitor(
name : String,
distributionDBName : String,
publisherName : String,
publicationDBName : String,
connectionContext : ServerConnection
)
Parameters
- name
Type: System.String
A String value that specifies the name of the publication to monitor.
- distributionDBName
Type: System.String
A String value that specifies the name of the publication to monitor.
- publisherName
Type: System.String
A String value that specifies the name of the publication to monitor.
- publicationDBName
Type: System.String
A String value that specifies the name of the publication to monitor.
- connectionContext
Type: Microsoft.SqlServer.Management.Common.ServerConnection
A ServerConnection object that specifies the connection to the Distributor.