Compartir a través de


Interfaz ParameterAssignments

Represents the collection of ParameterAssignment object.

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

Sintaxis

'Declaración
<GuidAttribute("EFCA1395-6109-4BAB-B6BB-00A03D1005FF")> _
Public Interface ParameterAssignments _
    Inherits IDTSParameterAssignments
'Uso
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

El tipo ParameterAssignments expone los siguientes miembros.

Propiedades

  Nombre Descripción
Propiedad pública Count Gets or sets the number of IDTSParameterAssignment objects in the collection. (Se hereda de IDTSParameterAssignments.)
Propiedad pública Item Gets or sets the IDTSParameterAssignment object at the specified index. (Se hereda de IDTSParameterAssignments.)

Arriba

Métodos

  Nombre Descripción
Método público Add Adds an IDTSParameterAssignment object to the collection. (Se hereda de IDTSParameterAssignments.)
Método público GetEnumerator Gets the enumerator that iterates through the collection. (Se hereda de IDTSParameterAssignments.)
Método público Remove Removes the specified IDTSParameterAssignment object from the collection. (Se hereda de IDTSParameterAssignments.)

Arriba

Vea también

Referencia

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