Propriedade Item (String, String, String)
Gets a MergePullSubscription object in the collection by the PublisherName, PublicationDBName, and PublicationName properties that uniquely identify the pull subscription.
Namespace: Microsoft.SqlServer.Replication
Assembly: Microsoft.SqlServer.Rmo (em Microsoft.SqlServer.Rmo.dll)
Sintaxe
'Declaração
Public ReadOnly Default Property Item ( _
publisherName As String, _
publicationDBName As String, _
publicationName As String _
) As MergePullSubscription
Get
'Uso
Dim instance As MergePullSubscriptionCollection
Dim publisherName As String
Dim publicationDBName As String
Dim publicationName As String
Dim value As MergePullSubscription
value = instance(publisherName, publicationDBName, _
publicationName)
public MergePullSubscription this[
string publisherName,
string publicationDBName,
string publicationName
] { get; }
public:
property MergePullSubscription^ default[String^ publisherName, String^ publicationDBName, String^ publicationName] {
MergePullSubscription^ get (String^ publisherName, String^ publicationDBName, String^ publicationName);
}
member Item : MergePullSubscription
JScript dá suporte ao uso de propriedades indexadas, mas não à declaração de propriedades novas.
Parâmetros
- publisherName
Tipo: System. . :: . .String
A String value that specifies the name of the Publisher.
- publicationDBName
Tipo: System. . :: . .String
A String value that specifies the name of the publication database.
- publicationName
Tipo: System. . :: . .String
A String value that specifies the name of the merge publication.
Valor da propriedade
Tipo: Microsoft.SqlServer.Replication. . :: . .MergePullSubscription
A MergePullSubscription object value that represents the merge pull subscription.
Comentários
This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.