IDTSConnections100 인터페이스

정의

연결 관리자 집합을 작업하기 위한 속성과 방법을 제공합니다.

public interface class IDTSConnections100 : System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("0AC6B94B-9159-4B01-9BFF-A970CDE56774")]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
public interface IDTSConnections100 : System.Collections.IEnumerable
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("1C3948FA-FAAA-4A94-AC6B-25BF62132A47")]
public interface IDTSConnections100 : System.Collections.IEnumerable
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("1A72DB26-B683-45B0-B47E-FC609FF2235F")]
public interface IDTSConnections100 : System.Collections.IEnumerable
[<System.Runtime.InteropServices.Guid("0AC6B94B-9159-4B01-9BFF-A970CDE56774")>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
type IDTSConnections100 = interface
    interface IEnumerable
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("1C3948FA-FAAA-4A94-AC6B-25BF62132A47")>]
type IDTSConnections100 = interface
    interface IEnumerable
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("1A72DB26-B683-45B0-B47E-FC609FF2235F")>]
type IDTSConnections100 = interface
    interface IEnumerable
Public Interface IDTSConnections100
Implements IEnumerable
특성
구현

설명

자세한 내용은 Connections를 참조하세요.

속성

Name Description
Count

컬렉션에 포함된 항목 수를 가져옵니다.

Item[Object]

지정된 키로 연결 관리자를 반환합니다.

메서드

Name Description
Add(String)

지정된 연결 유형의 연결 관리자를 컬렉션에 추가합니다.

AddFromXML(Object, IDTSEvents100)

XML 문서에서 직렬화된 연결 관리자를 컬렉션에 추가합니다.

Contains(Object)

지정된 키를 가진 연결 관리자가 컬렉션에 포함되어 있는지 결정합니다.

GetEnumerator()

컬렉션을 반복하는 열거자를 가져옵니다.

Join(IDTSConnectionManager100)

지정된 연결 관리자를 이 컬렉션에 결합합니다.

Remove(Object)

컬렉션에서 연결 관리자를 제거합니다.

적용 대상