다음을 통해 공유


ParameterAssignments 인터페이스

Represents the collection of ParameterAssignment object.

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

구문

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

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

속성

  이름 설명
공용 속성 Count Gets or sets the number of IDTSParameterAssignment objects in the collection. (IDTSParameterAssignments에서 상속됨)
공용 속성 Item Gets or sets the IDTSParameterAssignment object at the specified index. (IDTSParameterAssignments에서 상속됨)

맨 위로 이동

메서드

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

맨 위로 이동

참고 항목

참조

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