Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets a TransPullSubscription object in the collection by the PublisherName, PublicationDBName, and PublicationName properties that uniquely define the pull subscription.
Namespace: Microsoft.SqlServer.Replication
Assembly: Microsoft.SqlServer.Rmo (in Microsoft.SqlServer.Rmo.dll)
Syntax
'Declaration
Public ReadOnly Default Property Item ( _
publisherName As String, _
publicationDBName As String, _
publicationName As String _
) As TransPullSubscription
Get
'Usage
Dim instance As TransPullSubscriptionCollection
Dim publisherName As String
Dim publicationDBName As String
Dim publicationName As String
Dim value As TransPullSubscription
value = instance(publisherName, publicationDBName, _
publicationName)
public TransPullSubscription this[
string publisherName,
string publicationDBName,
string publicationName
] { get; }
public:
property TransPullSubscription^ default[String^ publisherName, String^ publicationDBName, String^ publicationName] {
TransPullSubscription^ get (String^ publisherName, String^ publicationDBName, String^ publicationName);
}
member Item : TransPullSubscription
JScript unterstützt die Verwendung indizierter Eigenschaften, aber nicht die Deklaration neuer Eigenschaften.
Parameter
- publisherName
Typ: System.String
A String value that specifies the name of the Publisher.
- publicationDBName
Typ: System.String
A String value that specifies the name of the publication database.
- publicationName
Typ: System.String
A String value that specifies the name of the publication.
Eigenschaftswert
Typ: Microsoft.SqlServer.Replication.TransPullSubscription
A TransPullSubscription object.
Hinweise
This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.