다음을 통해 공유


IDTSResultBindings 인터페이스

정의

IDTSResultBinding 개체의 컬렉션을 나타냅니다.

public interface class IDTSResultBindings : System::Collections::IEnumerable
public interface IDTSResultBindings : System.Collections.IEnumerable
type IDTSResultBindings = interface
    interface IEnumerable
Public Interface IDTSResultBindings
Implements IEnumerable
구현

메서드

Add()

컬렉션에 새 IDTSResultBinding 개체를 추가합니다.

Clear()

IDTSResultBindings 컬렉션에서 모든 개체를 지웁니다.

GetBinding(Int32)

컬렉션에서 지정한 IDTSResultBinding 개체를 검색합니다.

Remove(Object)

컬렉션에서 지정된 IDTSResultBinding 개체를 제거합니다.

적용 대상