Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Represents the collection of ParameterAssignment object.
Namespace: Microsoft.SqlServer.Dts.Tasks.ExecutePackageTask
Assembly: Microsoft.SqlServer.ExecPackageTaskWrap (in Microsoft.SqlServer.ExecPackageTaskWrap.dll)
Syntax
'Declaration
<GuidAttribute("EFCA1395-6109-4BAB-B6BB-00A03D1005FF")> _
Public Interface ParameterAssignments _
Inherits IDTSParameterAssignments
'Usage
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
The ParameterAssignments type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() |
Count | Gets or sets the number of IDTSParameterAssignment objects in the collection. (Inherited from IDTSParameterAssignments.) |
![]() |
Item | Gets or sets the IDTSParameterAssignment object at the specified index. (Inherited from IDTSParameterAssignments.) |
Top
Methods
Name | Description | |
---|---|---|
![]() |
Add | Adds an IDTSParameterAssignment object to the collection. (Inherited from IDTSParameterAssignments.) |
![]() |
GetEnumerator | Gets the enumerator that iterates through the collection. (Inherited from IDTSParameterAssignments.) |
![]() |
Remove | Removes the specified IDTSParameterAssignment object from the collection. (Inherited from IDTSParameterAssignments.) |
Top