TransPublicationCollection.Item[] 속성

정의

이름이나 인덱스 번호를 사용하여 TransPublication 개체를 가져옵니다.

오버로드

Item[Int32]

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

Item[String]

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

설명

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

Item[Int32]

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

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

매개 변수

index
Int32

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

속성 값

TransPublication 개체입니다.

설명

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

적용 대상

Item[String]

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

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

매개 변수

name
String

트랜잭션 또는 스냅숏 게시의 이름을 지정하는 String 값입니다.

속성 값

TransPublication 개체입니다.

설명

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

적용 대상