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


Интерфейс IDTSConnections100

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

Provides properties and methods for working on a collection of connection managers.

Пространство имен:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Сборка:  Microsoft.SqlServer.DTSRuntimeWrap (в Microsoft.SqlServer.DTSRuntimeWrap.dll)

Синтаксис

'Декларация
<GuidAttribute("9E24C6D5-D81E-4084-BBBC-8FA689780239")> _
Public Interface IDTSConnections100 _
    Inherits IEnumerable
'Применение
Dim instance As IDTSConnections100
[GuidAttribute("9E24C6D5-D81E-4084-BBBC-8FA689780239")]
public interface IDTSConnections100 : IEnumerable
[GuidAttribute(L"9E24C6D5-D81E-4084-BBBC-8FA689780239")]
public interface class IDTSConnections100 : IEnumerable
[<GuidAttribute("9E24C6D5-D81E-4084-BBBC-8FA689780239")>]
type IDTSConnections100 =  
    interface 
        interface IEnumerable 
    end
public interface IDTSConnections100 extends IEnumerable

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

Свойства

  Имя Описание
Открытое свойство Count Инфраструктура. Gets the number of items contained in the collection.
Открытое свойство Item Инфраструктура. Returns the connection manager with the specified key.

В начало

Методы

  Имя Описание
Открытый метод Add Инфраструктура. Adds the connection manager of the specified connection type to collection.
Открытый метод AddFromXML Инфраструктура. Adds the connection manager that was serialized in the XML document to the collection.
Открытый метод Contains Инфраструктура. Determines whether the collection contains the connection manager with the specified key.
Открытый метод GetEnumerator Инфраструктура. Gets an enumerator that iterates through the collection.
Открытый метод Join Инфраструктура. Joins the specified connection manager into this collection.
Открытый метод Remove Инфраструктура. Removes the connection manager from the collection.

В начало

Замечания

For more information, see Connections.

См. также

Справочник

Пространство имен Microsoft.SqlServer.Dts.Runtime.Wrapper