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


Класс ConnectionManagerItems

Represents the connection manager objects.

Иерархия наследования

System.Object
  Microsoft.SqlServer.Dts.Runtime.ConnectionManagerItems

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

Синтаксис

'Декларация
Public Class ConnectionManagerItems _
    Implements IEnumerable(Of ConnectionManagerItem), IEnumerable
'Применение
Dim instance As ConnectionManagerItems
public class ConnectionManagerItems : IEnumerable<ConnectionManagerItem>, 
    IEnumerable
public ref class ConnectionManagerItems : IEnumerable<ConnectionManagerItem^>, 
    IEnumerable
type ConnectionManagerItems =  
    class 
        interface IEnumerable<ConnectionManagerItem>
        interface IEnumerable 
    end
public class ConnectionManagerItems implements IEnumerable<ConnectionManagerItem>, IEnumerable

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

Конструкторы

  Имя Описание
Открытый метод ConnectionManagerItems Initializes a new instance of the ConnectionManagerItems class.

В начало

Свойства

  Имя Описание
Открытое свойство Count Gets the number of connection manager objects.
Открытое свойство Item[Int32] Gets the connection manager object with specified index.
Открытое свойство Item[String] Gets the connection manager object with specified stream name.

В начало

Методы

  Имя Описание
Открытый метод Add Adds a new connection manager item.
Открытый метод Contains Specifies if the connection manager items contains a specified stream name.
Открытый метод Equals (Производный от Object.)
Защищенный метод Finalize (Производный от Object.)
Открытый метод GetEnumerator Returns the enumerator of the connection manager items.
Открытый метод GetHashCode (Производный от Object.)
Открытый метод GetType (Производный от Object.)
Открытый метод Join Joins a new connection manager object.
Защищенный метод MemberwiseClone (Производный от Object.)
Открытый метод Remove Removes a connection manager using the stream name.
Открытый метод RemoveAt Removes a connection manager using the specified index.
Открытый метод ToString (Производный от Object.)

В начало

Явные реализации интерфейса

  Имя Описание
Явная реализация интерфейсаЗакрытый метод IEnumerable.GetEnumerator Removes a connection manager using the stream name.

В начало

Безопасность многопоточности

Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.

См. также

Справочник

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