Поделиться через


Интерфейс IDTSResultBindings

Этот API-интерфейс поддерживает инфраструктуру SQL Server 2012 и не предназначен для использования непосредственно из кода.

Represents a collection of IDTSResultBinding objects.

Пространство имен:  Microsoft.SqlServer.Dts.Tasks.ExecuteSQLTask
Сборка:  Microsoft.SqlServer.SQLTask (в Microsoft.SqlServer.SQLTask.dll)

Синтаксис

'Декларация
Public Interface IDTSResultBindings _
    Inherits IEnumerable
'Применение
Dim instance As IDTSResultBindings
public interface IDTSResultBindings : IEnumerable
public interface class IDTSResultBindings : IEnumerable
type IDTSResultBindings =  
    interface 
        interface IEnumerable 
    end
public interface IDTSResultBindings extends IEnumerable

Тип IDTSResultBindings обеспечивает доступ к следующим элементам.

Методы

  Имя Описание
Открытый метод Add Инфраструктура. Adds a new IDTSResultBinding object to the collection.
Открытый метод Clear Инфраструктура. Clears all objects from the IDTSResultBindings collection.
Открытый метод GetBinding Инфраструктура. Retrieves the specified IDTSResultBinding object from the collection.
Открытый метод GetEnumerator (Производный от IEnumerable.)
Открытый метод Remove Инфраструктура. Removes the specified IDTSResultBinding object from the collection.

В начало

См. также

Справочник

Пространство имен Microsoft.SqlServer.Dts.Tasks.ExecuteSQLTask