다음을 통해 공유


ConnectionManagerItems.Item[] 속성

정의

연결 관리자 개체를 가져옵니다.

오버로드

Item[Int32]

지정된 인덱스의 연결 관리자 개체를 가져옵니다.

Item[String]

지정된 스트림 이름의 연결 관리자 개체를 가져옵니다.

Item[Int32]

지정된 인덱스의 연결 관리자 개체를 가져옵니다.

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

매개 변수

index
Int32

인덱스입니다.

속성 값

지정된 인덱스의 연결 관리자 개체입니다.

적용 대상

Item[String]

지정된 스트림 이름의 연결 관리자 개체를 가져옵니다.

public:
 property Microsoft::SqlServer::Dts::Runtime::ConnectionManagerItem ^ default[System::String ^] { Microsoft::SqlServer::Dts::Runtime::ConnectionManagerItem ^ get(System::String ^ streamName); };
public Microsoft.SqlServer.Dts.Runtime.ConnectionManagerItem this[string streamName] { get; }
member this.Item(string) : Microsoft.SqlServer.Dts.Runtime.ConnectionManagerItem
Default Public ReadOnly Property Item(streamName As String) As ConnectionManagerItem

매개 변수

streamName
String

스트림 이름입니다.

속성 값

지정된 스트림 이름의 연결 관리자 개체입니다.

적용 대상