Sdílet prostřednictvím


IDTSResultBindings Interface

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

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
Public method Add Infrastructure.
Public method Clear Infrastructure.
Public method GetBinding Infrastructure.
Public method GetEnumerator (Inherited from IEnumerable.)
Public method Remove Infrastructure.

Top