다음을 통해 공유


IDTSParameterAssignments 인터페이스

Represents the collection of IDTSParameterAssignment object that provides properties for passing parameter to the package task.

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

구문

‘선언
<GuidAttribute("EFCA1395-6109-4BAB-B6BB-00A03D1005FF")> _
Public Interface IDTSParameterAssignments _
    Inherits IEnumerable
‘사용 방법
Dim instance As IDTSParameterAssignments
[GuidAttribute("EFCA1395-6109-4BAB-B6BB-00A03D1005FF")]
public interface IDTSParameterAssignments : IEnumerable
[GuidAttribute(L"EFCA1395-6109-4BAB-B6BB-00A03D1005FF")]
public interface class IDTSParameterAssignments : IEnumerable
[<GuidAttribute("EFCA1395-6109-4BAB-B6BB-00A03D1005FF")>]
type IDTSParameterAssignments =  
    interface 
        interface IEnumerable 
    end
public interface IDTSParameterAssignments extends IEnumerable

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

속성

  이름 설명
공용 속성 Count Gets or sets the number of IDTSParameterAssignment objects in the collection.
공용 속성 Item Gets or sets the IDTSParameterAssignment object at the specified index.

맨 위로 이동

메서드

  이름 설명
공용 메서드 Add Adds an IDTSParameterAssignment object to the collection.
공용 메서드 GetEnumerator Gets the enumerator that iterates through the collection.
공용 메서드 Remove Removes the specified IDTSParameterAssignment object from the collection.

맨 위로 이동

참고 항목

참조

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