Condividi tramite


Interfaccia IDTSParameterBindings

Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.

Represents a collection of IDTSParameterBinding objects.

Spazio dei nomi  Microsoft.SqlServer.Dts.Tasks.ExecuteSQLTask
Assembly:  Microsoft.SqlServer.SQLTask (in Microsoft.SqlServer.SQLTask.dll)

Sintassi

'Dichiarazione
Public Interface IDTSParameterBindings _
    Inherits IEnumerable
'Utilizzo
Dim instance As IDTSParameterBindings
public interface IDTSParameterBindings : IEnumerable
public interface class IDTSParameterBindings : IEnumerable
type IDTSParameterBindings =  
    interface 
        interface IEnumerable 
    end
public interface IDTSParameterBindings extends IEnumerable

Nel tipo IDTSParameterBindings sono esposti i membri seguenti.

Metodi

  Nome Descrizione
Metodo pubblico Add Infrastruttura. Adds a new IDTSParameterBinding object to the collection.
Metodo pubblico Clear Infrastruttura. Clears all objects from the IDTSParameterBindings collection.
Metodo pubblico GetBinding Infrastruttura. Retrieves the specified IDTSParameterBinding object from the collection.
Metodo pubblico GetEnumerator Ereditato da IEnumerable.
Metodo pubblico Remove Infrastruttura. Removes the specified IDTSParameterBinding object from the collection.

In alto

Vedere anche

Riferimento

Spazio dei nomi Microsoft.SqlServer.Dts.Tasks.ExecuteSQLTask