ParameterAssignmentsClass Class
Represents the collection of ParameterAssignmentClass object.
Inheritance Hierarchy
System.Object
Microsoft.SqlServer.Dts.Tasks.ExecutePackageTask.ParameterAssignmentsClass
Namespace: Microsoft.SqlServer.Dts.Tasks.ExecutePackageTask
Assembly: Microsoft.SqlServer.ExecPackageTaskWrap (in Microsoft.SqlServer.ExecPackageTaskWrap.dll)
Syntax
'Declaration
<ClassInterfaceAttribute(ClassInterfaceType.None)> _
<GuidAttribute("F6CDC7EF-0B29-43CE-8EF0-4264DD207E11")> _
Public Class ParameterAssignmentsClass _
Implements ParameterAssignments, IDTSParameterAssignments, IEnumerable
'Usage
Dim instance As ParameterAssignmentsClass
[ClassInterfaceAttribute(ClassInterfaceType.None)]
[GuidAttribute("F6CDC7EF-0B29-43CE-8EF0-4264DD207E11")]
public class ParameterAssignmentsClass : ParameterAssignments,
IDTSParameterAssignments, IEnumerable
[ClassInterfaceAttribute(ClassInterfaceType::None)]
[GuidAttribute(L"F6CDC7EF-0B29-43CE-8EF0-4264DD207E11")]
public ref class ParameterAssignmentsClass : ParameterAssignments,
IDTSParameterAssignments, IEnumerable
[<ClassInterfaceAttribute(ClassInterfaceType.None)>]
[<GuidAttribute("F6CDC7EF-0B29-43CE-8EF0-4264DD207E11")>]
type ParameterAssignmentsClass =
class
interface ParameterAssignments
interface IDTSParameterAssignments
interface IEnumerable
end
public class ParameterAssignmentsClass implements ParameterAssignments, IDTSParameterAssignments, IEnumerable
The ParameterAssignmentsClass type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ParameterAssignmentsClass | Initializes a new instance of the ParameterAssignmentsClass class. |
Top
Properties
Name | Description | |
---|---|---|
Count | Gets or sets the number of ParameterAssignmentClass objects in the collection. | |
Item | Gets or sets the ParameterAssignmentClass object at the specified index. |
Top
Methods
Name | Description | |
---|---|---|
Add | Adds an ParameterAssignmentClass object to the collection. | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetEnumerator | Gets the enumerator that iterates through the collection. | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
Remove | Removes the specified ParameterAssignmentClass object from the collection. | |
ToString | (Inherited from Object.) |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.