Bagikan melalui


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
Public method ParameterAssignmentsClass Initializes a new instance of the ParameterAssignmentsClass class.

Top

Properties

  Name Description
Public property Count Gets or sets the number of ParameterAssignmentClass objects in the collection.
Public property Item Gets or sets the ParameterAssignmentClass object at the specified index.

Top

Methods

  Name Description
Public method Add Adds an ParameterAssignmentClass object to the collection.
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetEnumerator Gets the enumerator that iterates through the collection.
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method Remove Removes the specified ParameterAssignmentClass object from the collection.
Public method 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.

See Also

Reference

Microsoft.SqlServer.Dts.Tasks.ExecutePackageTask Namespace