Share via


IDTSParameterBindings Interface

This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.

Represents a collection of IDTSParameterBinding objects.

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

Syntax

'Declaration
Public Interface IDTSParameterBindings _
    Inherits IEnumerable
'Usage
Dim instance As IDTSParameterBindings
public interface IDTSParameterBindings : IEnumerable
public interface class IDTSParameterBindings : IEnumerable
type IDTSParameterBindings =  
    interface 
        interface IEnumerable 
    end
public interface IDTSParameterBindings extends IEnumerable

The IDTSParameterBindings type exposes the following members.

Methods

  Name Description
Public method Add Infrastructure. Adds a new IDTSParameterBinding object to the collection.
Public method Clear Infrastructure. Clears all objects from the IDTSParameterBindings collection.
Public method GetBinding Infrastructure. Retrieves the specified IDTSParameterBinding object from the collection.
Public method GetEnumerator (Inherited from IEnumerable.)
Public method Remove Infrastructure. Removes the specified IDTSParameterBinding object from the collection.

Top

See Also

Reference

Microsoft.SqlServer.Dts.Tasks.ExecuteSQLTask Namespace