이 항목은 아직 평가되지 않았습니다.- 이 항목 평가

DistributionPublisherCollection Class

Represents a collection of DistributionPublisher objects.

네임스페이스: Microsoft.SqlServer.Replication
어셈블리: Microsoft.SqlServer.Rmo (in microsoft.sqlserver.rmo.dll)
[DefaultMemberAttribute("Item")] 
public sealed class DistributionPublisherCollection : ReplicationBaseCollection
/** @attribute DefaultMemberAttribute("Item") */ 
public final class DistributionPublisherCollection extends ReplicationBaseCollection
DefaultMemberAttribute("Item") 
public final class DistributionPublisherCollection extends ReplicationBaseCollection

A DistributionPublisher object in the collection can be accessed from the Item property. This can be done using an [Int32] index value or using a [String] index value that is the Name properties of the Publisher.

This namespace, class, or member is supported only in version 2.0 of the .NET Framework.


System.Object
   Microsoft.SqlServer.Replication.ReplicationBaseCollection
    Microsoft.SqlServer.Replication.DistributionPublisherCollection
Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

개발 플랫폼

지원되는 플랫폼 목록은 SQL Server 2005 설치를 위한 하드웨어 및 소프트웨어 요구 사항을 참조하십시오.

대상 플랫폼

지원되는 플랫폼 목록은 SQL Server 2005 설치를 위한 하드웨어 및 소프트웨어 요구 사항을 참조하십시오.
이 정보가 도움이 되었습니까?
(1500자 남음)

커뮤니티 추가 항목

추가
Microsoft는 MSDN 웹 사이트에 대한 귀하의 의견을 이해하기 위해 온라인 설문 조사를 진행하고 있습니다. 참여하도록 선택하시면 MSDN 웹 사이트에서 나가실 때 온라인 설문 조사가 표시됩니다.

참여하시겠습니까?
© 2013 Microsoft. All rights reserved.