Partilhar via


Interface IDTSParameterAssignments

Represents the collection of IDTSParameterAssignment object that provides properties for passing parameter to the package task.

Namespace:  Microsoft.SqlServer.Dts.Tasks.ExecutePackageTask
Assembly:  Microsoft.SqlServer.ExecPackageTaskWrap (em Microsoft.SqlServer.ExecPackageTaskWrap.dll)

Sintaxe

'Declaração
<GuidAttribute("EFCA1395-6109-4BAB-B6BB-00A03D1005FF")> _
Public Interface IDTSParameterAssignments _
    Inherits IEnumerable
'Uso
Dim instance As IDTSParameterAssignments
[GuidAttribute("EFCA1395-6109-4BAB-B6BB-00A03D1005FF")]
public interface IDTSParameterAssignments : IEnumerable
[GuidAttribute(L"EFCA1395-6109-4BAB-B6BB-00A03D1005FF")]
public interface class IDTSParameterAssignments : IEnumerable
[<GuidAttribute("EFCA1395-6109-4BAB-B6BB-00A03D1005FF")>]
type IDTSParameterAssignments =  
    interface 
        interface IEnumerable 
    end
public interface IDTSParameterAssignments extends IEnumerable

O tipo IDTSParameterAssignments expõe os membros a seguir.

Propriedades

  Nome Descrição
Propriedade pública Count Gets or sets the number of IDTSParameterAssignment objects in the collection.
Propriedade pública Item Gets or sets the IDTSParameterAssignment object at the specified index.

Início

Métodos

  Nome Descrição
Método público Add Adds an IDTSParameterAssignment object to the collection.
Método público GetEnumerator Gets the enumerator that iterates through the collection.
Método público Remove Removes the specified IDTSParameterAssignment object from the collection.

Início

Consulte também

Referência

Namespace Microsoft.SqlServer.Dts.Tasks.ExecutePackageTask