TransPullSubscriptionCollection.Item[] Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a TransPullSubscription object in the collection, by index number or by the properties that uniquely identify a pull subscription.
Overloads
Item[Int32] |
Gets a TransPullSubscription object in the collection by index number. |
Item[String, String, String] |
Gets a TransPullSubscription object in the collection by the PublisherName, PublicationDBName, and PublicationName properties that uniquely define the pull subscription. |
Remarks
This namespace, class, or member is supported only in version 2.0 of the .NET Framework.
Item[Int32]
Gets a TransPullSubscription object in the collection by index number.
public:
property Microsoft::SqlServer::Replication::TransPullSubscription ^ default[int] { Microsoft::SqlServer::Replication::TransPullSubscription ^ get(int index); };
public Microsoft.SqlServer.Replication.TransPullSubscription this[int index] { get; }
member this.Item(int) : Microsoft.SqlServer.Replication.TransPullSubscription
Default Public ReadOnly Property Item(index As Integer) As TransPullSubscription
Parameters
- index
- Int32
An Int32 value that specifies the position of the TransPullSubscription object in the TransPullSubscriptionCollection collection.
Property Value
A TransPullSubscription object.
Remarks
This namespace, class, or member is supported only in version 2.0 of the .NET Framework.
Applies to
Item[String, String, String]
Gets a TransPullSubscription object in the collection by the PublisherName, PublicationDBName, and PublicationName properties that uniquely define the pull subscription.
public:
property Microsoft::SqlServer::Replication::TransPullSubscription ^ default[System::String ^, System::String ^, System::String ^] { Microsoft::SqlServer::Replication::TransPullSubscription ^ get(System::String ^ publisherName, System::String ^ publicationDBName, System::String ^ publicationName); };
public Microsoft.SqlServer.Replication.TransPullSubscription this[string publisherName, string publicationDBName, string publicationName] { get; }
member this.Item(string * string * string) : Microsoft.SqlServer.Replication.TransPullSubscription
Default Public ReadOnly Property Item(publisherName As String, publicationDBName As String, publicationName As String) As TransPullSubscription
Parameters
Property Value
A TransPullSubscription object.
Remarks
This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.