Freigeben über


IDTSParameterBindings-Schnittstelle

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

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

Der IDTSParameterBindings-Typ macht folgende Elemente verfügbar.

Methoden

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

Zum Anfang

Siehe auch

Verweis

Microsoft.SqlServer.Dts.Tasks.ExecuteSQLTask-Namespace