Compartir a través de


Interfaz IDTSResultBindings

Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.

Represents a collection of IDTSResultBinding objects.

Espacio de nombres:  Microsoft.SqlServer.Dts.Tasks.ExecuteSQLTask
Ensamblado:  Microsoft.SqlServer.SQLTask (en Microsoft.SqlServer.SQLTask.dll)

Sintaxis

'Declaración
Public Interface IDTSResultBindings _
    Inherits IEnumerable
'Uso
Dim instance As IDTSResultBindings
public interface IDTSResultBindings : IEnumerable
public interface class IDTSResultBindings : IEnumerable
type IDTSResultBindings =  
    interface 
        interface IEnumerable 
    end
public interface IDTSResultBindings extends IEnumerable

El tipo IDTSResultBindings expone los siguientes miembros.

Métodos

  Nombre Descripción
Método público Add Infraestructura. Adds a new IDTSResultBinding object to the collection.
Método público Clear Infraestructura. Clears all objects from the IDTSResultBindings collection.
Método público GetBinding Infraestructura. Retrieves the specified IDTSResultBinding object from the collection.
Método público GetEnumerator (Se hereda de IEnumerable.)
Método público Remove Infraestructura. Removes the specified IDTSResultBinding object from the collection.

Arriba

Vea también

Referencia

Espacio de nombres Microsoft.SqlServer.Dts.Tasks.ExecuteSQLTask