Freigeben über


IDTSResultBindings-Schnittstelle

Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

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

Der IDTSResultBindings-Typ macht folgende Elemente verfügbar.

Methoden

  Name Beschreibung
Öffentliche Methode Add Infrastruktur Adds a new IDTSResultBinding object to the collection.
Öffentliche Methode Clear Infrastruktur Clears all objects from the IDTSResultBindings collection.
Öffentliche Methode GetBinding Infrastruktur Retrieves the specified IDTSResultBinding object from the collection.
Öffentliche Methode GetEnumerator (Geerbt von IEnumerable.)
Öffentliche Methode Remove Infrastruktur Removes the specified IDTSResultBinding object from the collection.

Zum Anfang

Siehe auch

Verweis

Microsoft.SqlServer.Dts.Tasks.ExecuteSQLTask-Namespace