IDTSResultBindings 인터페이스

이 API는 SQL Server 2012 인프라를 지원하기 위한 것으로 코드에서 직접 사용할 수 없습니다.

Represents a collection of IDTSResultBinding objects.

네임스페이스:  Microsoft.SqlServer.Dts.Tasks.ExecuteSQLTask
어셈블리:  Microsoft.SqlServer.SQLTask(Microsoft.SqlServer.SQLTask.dll)

구문

‘선언
Public Interface IDTSResultBindings _
    Inherits IEnumerable
‘사용 방법
Dim instance As IDTSResultBindings
public interface IDTSResultBindings : IEnumerable
public interface class IDTSResultBindings : IEnumerable
type IDTSResultBindings =  
    interface 
        interface IEnumerable 
    end
public interface IDTSResultBindings extends IEnumerable

IDTSResultBindings 유형에서 다음 멤버를 표시합니다.

메서드

  이름 설명
공용 메서드 Add 인프라입니다. Adds a new IDTSResultBinding object to the collection.
공용 메서드 Clear 인프라입니다. Clears all objects from the IDTSResultBindings collection.
공용 메서드 GetBinding 인프라입니다. Retrieves the specified IDTSResultBinding object from the collection.
공용 메서드 GetEnumerator (IEnumerable에서 상속됨)
공용 메서드 Remove 인프라입니다. Removes the specified IDTSResultBinding object from the collection.

맨 위로 이동

참고 항목

참조

Microsoft.SqlServer.Dts.Tasks.ExecuteSQLTask 네임스페이스