Compartilhar via


Interface IDTSResultBindings

Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.

Represents a collection of IDTSResultBinding objects.

Namespace:  Microsoft.SqlServer.Dts.Tasks.ExecuteSQLTask
Assembly:  Microsoft.SqlServer.SQLTask (em Microsoft.SqlServer.SQLTask.dll)

Sintaxe

'Declaração
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

O tipo IDTSResultBindings expõe os membros a seguir.

Métodos

  Nome Descrição
Método público Add Infraestrutura. Adds a new IDTSResultBinding object to the collection.
Método público Clear Infraestrutura. Clears all objects from the IDTSResultBindings collection.
Método público GetBinding Infraestrutura. Retrieves the specified IDTSResultBinding object from the collection.
Método público GetEnumerator (Herdado de IEnumerable.)
Método público Remove Infraestrutura. Removes the specified IDTSResultBinding object from the collection.

Início

Consulte também

Referência

Namespace Microsoft.SqlServer.Dts.Tasks.ExecuteSQLTask