다음을 통해 공유


IDTSParameterBindings 인터페이스

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

Represents a collection of IDTSParameterBinding objects.

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

구문

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

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

메서드

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

맨 위로 이동

참고 항목

참조

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