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.
Gets a PublicationMonitor object in the collection by publication database and publication name.
Namespace: Microsoft.SqlServer.Replication
Assembly: Microsoft.SqlServer.Rmo (in Microsoft.SqlServer.Rmo.dll)
Syntax
'Declaration
Public ReadOnly Default Property Item ( _
publicationDBName As String, _
publicationName As String _
) As PublicationMonitor
Get
'Usage
Dim instance As PublicationMonitorCollection
Dim publicationDBName As String
Dim publicationName As String
Dim value As PublicationMonitor
value = instance(publicationDBName, publicationName)
public PublicationMonitor this[
string publicationDBName,
string publicationName
] { get; }
public:
property PublicationMonitor^ default[String^ publicationDBName, String^ publicationName] {
PublicationMonitor^ get (String^ publicationDBName, String^ publicationName);
}
member Item : PublicationMonitor
JScript supports the use of indexed properties, but not the declaration of new ones.
Parameters
- publicationDBName
Type: System.String
A String value that specifies the publication database.
- publicationName
Type: System.String
A String value that specifies the name of the publication.
Property Value
Type: Microsoft.SqlServer.Replication.PublicationMonitor
A PublicationMonitor object.
Remarks
This namespace, class, or member is supported only in version 2.0 of the .NET Framework.