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 | |
---|---|---|
Add | Infraestrutura. Adds a new IDTSParameterBinding object to the collection. | |
Clear | Infraestrutura. Clears all objects from the IDTSParameterBindings collection. | |
GetBinding | Infraestrutura. Retrieves the specified IDTSParameterBinding object from the collection. | |
GetEnumerator | (Herdado de IEnumerable.) | |
Remove | Infraestrutura. Removes the specified IDTSParameterBinding object from the collection. |
Início