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. |
맨 위로 이동