PublicationMonitor-Konstruktor (String, String, String, String, ServerConnection)
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
)
Parameter
- name
Typ: System. . :: . .String
A String value that specifies the name of the publication to monitor.
- distributionDBName
Typ: System. . :: . .String
A String value that specifies the name of the publication to monitor.
- publisherName
Typ: System. . :: . .String
A String value that specifies the name of the publication to monitor.
- publicationDBName
Typ: System. . :: . .String
A String value that specifies the name of the publication to monitor.
- connectionContext
Typ: Microsoft.SqlServer.Management.Common. . :: . .ServerConnection
A ServerConnection object that specifies the connection to the Distributor.
Hinweise
This namespace, class, or member is supported only in version 2.0 of the .NET Framework.