Partager via


Interface ParameterAssignments

Represents the collection of ParameterAssignment object.

Espace de noms :  Microsoft.SqlServer.Dts.Tasks.ExecutePackageTask
Assembly :  Microsoft.SqlServer.ExecPackageTaskWrap (en Microsoft.SqlServer.ExecPackageTaskWrap.dll)

Syntaxe

'Déclaration
<GuidAttribute("EFCA1395-6109-4BAB-B6BB-00A03D1005FF")> _
Public Interface ParameterAssignments _
    Inherits IDTSParameterAssignments
'Utilisation
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

Le type ParameterAssignments expose les membres suivants.

Propriétés

  Nom Description
Propriété publique Count Gets or sets the number of IDTSParameterAssignment objects in the collection. (hérité de IDTSParameterAssignments.)
Propriété publique Item Gets or sets the IDTSParameterAssignment object at the specified index. (hérité de IDTSParameterAssignments.)

Haut de la page

Méthodes

  Nom Description
Méthode publique Add Adds an IDTSParameterAssignment object to the collection. (hérité de IDTSParameterAssignments.)
Méthode publique GetEnumerator Gets the enumerator that iterates through the collection. (hérité de IDTSParameterAssignments.)
Méthode publique Remove Removes the specified IDTSParameterAssignment object from the collection. (hérité de IDTSParameterAssignments.)

Haut de la page

Voir aussi

Référence

Espace de noms Microsoft.SqlServer.Dts.Tasks.ExecutePackageTask