Compartilhar via


Interface IDTSParameterBindings

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 IDTSParameterBinding objects.

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

Sintaxe

'Declaração
Public Interface IDTSParameterBindings _
    Inherits IEnumerable
'Uso
Dim instance As IDTSParameterBindings
public interface IDTSParameterBindings : IEnumerable
public interface class IDTSParameterBindings : IEnumerable
type IDTSParameterBindings =  
    interface 
        interface IEnumerable 
    end
public interface IDTSParameterBindings extends IEnumerable

O tipo IDTSParameterBindings expõe os membros a seguir.

Métodos

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

Início

Consulte também

Referência

Namespace Microsoft.SqlServer.Dts.Tasks.ExecuteSQLTask