IDTSResultBindings Interface
This API supports the SQL Server 2012 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)
Syntax
'Declaration
Public Interface IDTSResultBindings _
Inherits IEnumerable
'Usage
Dim instance As IDTSResultBindings
public interface IDTSResultBindings : IEnumerable
public interface class IDTSResultBindings : IEnumerable
type IDTSResultBindings =
interface
interface IEnumerable
end
public interface IDTSResultBindings extends IEnumerable
The IDTSResultBindings type exposes the following members.
Methods
Name | Description | |
---|---|---|
Add | Infrastructure. Adds a new IDTSResultBinding object to the collection. | |
Clear | Infrastructure. Clears all objects from the IDTSResultBindings collection. | |
GetBinding | Infrastructure. Retrieves the specified IDTSResultBinding object from the collection. | |
GetEnumerator | (Inherited from IEnumerable.) | |
Remove | Infrastructure. Removes the specified IDTSResultBinding object from the collection. |
Top