PublisherMonitorCollection.Item[] 속성
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
이름이나 인덱스 번호를 사용하여 컬렉션에서 PublisherMonitor 개체를 가져옵니다.
오버로드
Item[Int32] |
인덱스 번호를 사용하여 컬렉션에서 PublisherMonitor 개체를 가져옵니다. |
Item[String] |
게시자 이름을 사용하여 컬렉션에서 PublisherMonitor 개체를 가져옵니다. |
설명
이 네임스페이스, 클래스 또는 멤버는 .NET Framework 2.0 버전에서만 지원됩니다.
Item[Int32]
인덱스 번호를 사용하여 컬렉션에서 PublisherMonitor 개체를 가져옵니다.
public:
property Microsoft::SqlServer::Replication::PublisherMonitor ^ default[int] { Microsoft::SqlServer::Replication::PublisherMonitor ^ get(int index); };
public Microsoft.SqlServer.Replication.PublisherMonitor this[int index] { get; }
member this.Item(int) : Microsoft.SqlServer.Replication.PublisherMonitor
Default Public ReadOnly Property Item(index As Integer) As PublisherMonitor
매개 변수
- index
- Int32
컬렉션에서 Int32 개체의 인덱스를 지정하는 PublisherMonitor 값입니다.
속성 값
PublisherMonitor 개체입니다.
설명
이 네임스페이스, 클래스 또는 멤버는 .NET Framework 2.0 버전에서만 지원됩니다.
적용 대상
Item[String]
게시자 이름을 사용하여 컬렉션에서 PublisherMonitor 개체를 가져옵니다.
public:
property Microsoft::SqlServer::Replication::PublisherMonitor ^ default[System::String ^] { Microsoft::SqlServer::Replication::PublisherMonitor ^ get(System::String ^ name); };
public Microsoft.SqlServer.Replication.PublisherMonitor this[string name] { get; }
member this.Item(string) : Microsoft.SqlServer.Replication.PublisherMonitor
Default Public ReadOnly Property Item(name As String) As PublisherMonitor
매개 변수
속성 값
PublisherMonitor 개체입니다.
설명
이 네임스페이스, 클래스 또는 멤버는 .NET Framework 2.0 버전에서만 지원됩니다.