Класс 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) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.