MergePullSubscriptionCollection.Item 속성 (String, String, String)
Gets a MergePullSubscription object in the collection by the PublisherName, PublicationDBName, and PublicationName properties that uniquely identify the pull subscription.
네임스페이스: Microsoft.SqlServer.Replication
어셈블리: Microsoft.SqlServer.Rmo(Microsoft.SqlServer.Rmo.dll)
구문
‘선언
Public ReadOnly Default Property Item ( _
publisherName As String, _
publicationDBName As String, _
publicationName As String _
) As MergePullSubscription
Get
‘사용 방법
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는 인덱싱된 속성의 사용을 지원하지만 새로운 인덱싱된 속성 선언은 지원하지 않습니다.
매개 변수
- publisherName
유형: System.String
A String value that specifies the name of the Publisher.
- publicationDBName
유형: System.String
A String value that specifies the name of the publication database.
- publicationName
유형: System.String
A String value that specifies the name of the merge publication.
속성 값
유형: Microsoft.SqlServer.Replication.MergePullSubscription
A MergePullSubscription object value that represents the merge pull subscription.
주의
This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.