MergePublicationCollection.Item[] 속성

정의

이름이나 인덱스 번호를 사용하여 컬렉션에서 MergePublication 개체를 가져옵니다.

오버로드

Item[Int32]

인덱스 번호를 사용하여 컬렉션에서 MergePublication 개체를 가져옵니다.

Item[String]

이름을 사용하여 컬렉션에서 MergePublication 개체를 가져옵니다.

설명

이 네임스페이스, 클래스 또는 구성원은 Microsoft .NET Framework 2.0 버전에서만 지원됩니다.

Item[Int32]

인덱스 번호를 사용하여 컬렉션에서 MergePublication 개체를 가져옵니다.

public:
 property Microsoft::SqlServer::Replication::MergePublication ^ default[int] { Microsoft::SqlServer::Replication::MergePublication ^ get(int index); };
public Microsoft.SqlServer.Replication.MergePublication this[int index] { get; }
member this.Item(int) : Microsoft.SqlServer.Replication.MergePublication
Default Public ReadOnly Property Item(index As Integer) As MergePublication

매개 변수

index
Int32

Int32에서 MergePublication 개체의 위치를 지정하는 MergePublicationCollection 값입니다.

속성 값

MergePublication 개체입니다.

설명

이 네임스페이스, 클래스 또는 구성원은 Microsoft .NET Framework 2.0 버전에서만 지원됩니다.

적용 대상

Item[String]

이름을 사용하여 컬렉션에서 MergePublication 개체를 가져옵니다.

public:
 property Microsoft::SqlServer::Replication::MergePublication ^ default[System::String ^] { Microsoft::SqlServer::Replication::MergePublication ^ get(System::String ^ name); };
public Microsoft.SqlServer.Replication.MergePublication this[string name] { get; }
member this.Item(string) : Microsoft.SqlServer.Replication.MergePublication
Default Public ReadOnly Property Item(name As String) As MergePublication

매개 변수

name
String

병합 게시의 이름을 지정하는 String 값입니다.

속성 값

MergePublication 개체입니다.

설명

이 네임스페이스, 클래스 또는 구성원은 Microsoft .NET Framework 2.0 버전에서만 지원됩니다.

적용 대상