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 继承。) |
页首