Compartir a través de


Clase ParameterAssignmentsClass

Represents the collection of ParameterAssignmentClass object.

Jerarquía de herencia

System.Object
  Microsoft.SqlServer.Dts.Tasks.ExecutePackageTask.ParameterAssignmentsClass

Espacio de nombres:  Microsoft.SqlServer.Dts.Tasks.ExecutePackageTask
Ensamblado:  Microsoft.SqlServer.ExecPackageTaskWrap (en Microsoft.SqlServer.ExecPackageTaskWrap.dll)

Sintaxis

'Declaración
<ClassInterfaceAttribute(ClassInterfaceType.None)> _
<GuidAttribute("F6CDC7EF-0B29-43CE-8EF0-4264DD207E11")> _
Public Class ParameterAssignmentsClass _
    Implements ParameterAssignments, IDTSParameterAssignments, IEnumerable
'Uso
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

El tipo ParameterAssignmentsClass expone los siguientes miembros.

Constructores

  Nombre Descripción
Método público ParameterAssignmentsClass Initializes a new instance of the ParameterAssignmentsClass class.

Arriba

Propiedades

  Nombre Descripción
Propiedad pública Count Gets or sets the number of ParameterAssignmentClass objects in the collection.
Propiedad pública Item Gets or sets the ParameterAssignmentClass object at the specified index.

Arriba

Métodos

  Nombre Descripción
Método público Add Adds an ParameterAssignmentClass object to the collection.
Método público Equals (Se hereda de Object.)
Método protegido Finalize (Se hereda de Object.)
Método público GetEnumerator Gets the enumerator that iterates through the collection.
Método público GetHashCode (Se hereda de Object.)
Método público GetType (Se hereda de Object.)
Método protegido MemberwiseClone (Se hereda de Object.)
Método público Remove Removes the specified ParameterAssignmentClass object from the collection.
Método público ToString (Se hereda de Object.)

Arriba

Seguridad para subprocesos

Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.

Vea también

Referencia

Espacio de nombres Microsoft.SqlServer.Dts.Tasks.ExecutePackageTask