IDTSResultBindings Interface

 

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

Represents a collection of IDTSResultBinding objects.

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

public interface class IDTSResultBindings : IEnumerable

NameDescription
System_CAPS_pubmethodAdd()

This API supports the product infrastructure and is not intended to be used directly from your code. Adds a new IDTSResultBinding object to the collection.

System_CAPS_pubmethodClear()

This API supports the product infrastructure and is not intended to be used directly from your code. Clears all objects from the IDTSResultBindings collection.

System_CAPS_pubmethodGetBinding(Int32)

This API supports the product infrastructure and is not intended to be used directly from your code. Retrieves the specified IDTSResultBinding object from the collection.

System_CAPS_pubmethodGetEnumerator()

(Inherited from IEnumerable.)

System_CAPS_pubmethodRemove(Object^)

This API supports the product infrastructure and is not intended to be used directly from your code. Removes the specified IDTSResultBinding object from the collection.

Return to top
Show: