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 命名空间