Condividi tramite


Interfaccia IDTSResultBindings

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

Represents a collection of IDTSResultBinding objects.

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

Sintassi

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

Nel tipo IDTSResultBindings sono esposti i membri seguenti.

Metodi

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

In alto

Vedere anche

Riferimento

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