ConnectionManagerItems 클래스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
연결 관리자 개체를 나타냅니다.
public ref class ConnectionManagerItems : System::Collections::Generic::IEnumerable<Microsoft::SqlServer::Dts::Runtime::ConnectionManagerItem ^>
public class ConnectionManagerItems : System.Collections.Generic.IEnumerable<Microsoft.SqlServer.Dts.Runtime.ConnectionManagerItem>
type ConnectionManagerItems = class
interface seq<ConnectionManagerItem>
interface IEnumerable
Public Class ConnectionManagerItems
Implements IEnumerable(Of ConnectionManagerItem)
- 상속
-
ConnectionManagerItems
- 구현
생성자
ConnectionManagerItems(Project) |
ConnectionManagerItems 클래스의 새 인스턴스를 초기화합니다. |
속성
Count |
연결 관리자 개체 수를 가져옵니다. |
Item[Int32] |
지정된 인덱스의 연결 관리자 개체를 가져옵니다. |
Item[String] |
지정된 스트림 이름의 연결 관리자 개체를 가져옵니다. |
메서드
Add(String, String) |
ConnectionManagerItems 끝에 연결 관리자 항목 추가 |
Contains(String) |
연결 관리자 항목에 지정된 스트림 이름이 포함되는지 여부를 지정합니다. |
GetEnumerator() |
연결 관리자 항목의 열거자를 반환합니다. |
Join(ConnectionManager, String) |
새 연결 관리자 개체를 항목에 조인합니다. |
Remove(String) |
ConnectionManagerItems에서 지정된 연결 관리자 항목 제거 |
RemoveAt(Int32) |
지정된 인덱스를 사용하여 연결 관리자를 제거합니다. |
명시적 인터페이스 구현
IEnumerable.GetEnumerator() |
스트림 이름을 사용하여 연결 관리자를 제거합니다. |