ReplicationDatabaseCollection.Item[] 속성

정의

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

오버로드

Item[Int32]

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

Item[String]

데이터베이스 이름을 사용하여 컬렉션에서 ReplicationDatabase 개체를 가져옵니다.

설명

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

Item[Int32]

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

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

매개 변수

index
Int32

컬렉션에서 Int32 개체의 위치를 지정하는 ReplicationDatabase 값입니다.

속성 값

ReplicationDatabase 개체입니다.

설명

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

적용 대상

Item[String]

데이터베이스 이름을 사용하여 컬렉션에서 ReplicationDatabase 개체를 가져옵니다.

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

매개 변수

name
String

복제 데이터베이스의 이름을 지정하는 String 값입니다.

속성 값

ReplicationDatabase 개체입니다.

설명

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

적용 대상