Partager via


Interface IDTSParameterBindings

Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.

Represents a collection of IDTSParameterBinding objects.

Espace de noms :  Microsoft.SqlServer.Dts.Tasks.ExecuteSQLTask
Assembly :  Microsoft.SqlServer.SQLTask (en Microsoft.SqlServer.SQLTask.dll)

Syntaxe

'Déclaration
Public Interface IDTSParameterBindings _
    Inherits IEnumerable
'Utilisation
Dim instance As IDTSParameterBindings
public interface IDTSParameterBindings : IEnumerable
public interface class IDTSParameterBindings : IEnumerable
type IDTSParameterBindings =  
    interface 
        interface IEnumerable 
    end
public interface IDTSParameterBindings extends IEnumerable

Le type IDTSParameterBindings expose les membres suivants.

Méthodes

  Nom Description
Méthode publique Add Infrastructure. Adds a new IDTSParameterBinding object to the collection.
Méthode publique Clear Infrastructure. Clears all objects from the IDTSParameterBindings collection.
Méthode publique GetBinding Infrastructure. Retrieves the specified IDTSParameterBinding object from the collection.
Méthode publique GetEnumerator (hérité de IEnumerable.)
Méthode publique Remove Infrastructure. Removes the specified IDTSParameterBinding object from the collection.

Haut de la page

Voir aussi

Référence

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