Interfaz IDTSParameterBindings
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 IDTSParameterBinding objects.
Espacio de nombres: Microsoft.SqlServer.Dts.Tasks.ExecuteSQLTask
Ensamblado: Microsoft.SqlServer.SQLTask (en Microsoft.SqlServer.SQLTask.dll)
Sintaxis
'Declaración
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
El tipo IDTSParameterBindings expone los siguientes miembros.
Métodos
Nombre | Descripción | |
---|---|---|
Add | Infraestructura. Adds a new IDTSParameterBinding object to the collection. | |
Clear | Infraestructura. Clears all objects from the IDTSParameterBindings collection. | |
GetBinding | Infraestructura. Retrieves the specified IDTSParameterBinding object from the collection. | |
GetEnumerator | (Se hereda de IEnumerable.) | |
Remove | Infraestructura. Removes the specified IDTSParameterBinding object from the collection. |
Arriba
Vea también
Referencia
Espacio de nombres Microsoft.SqlServer.Dts.Tasks.ExecuteSQLTask