TransPullSubscriptionCollection.Item Property (String, String, String)
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 supports the use of indexed properties, but not the declaration of new ones.
Parameters
- publisherName
Type: System.String
A String value that specifies the name of the Publisher.
- publicationDBName
Type: System.String
A String value that specifies the name of the publication database.
- publicationName
Type: System.String
A String value that specifies the name of the publication.
Property Value
Type: Microsoft.SqlServer.Replication.TransPullSubscription
A TransPullSubscription object.
Remarks
This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.