Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Represents the connection manager objects.
Inheritance Hierarchy
System.Object
Microsoft.SqlServer.Dts.Runtime.ConnectionManagerItems
Namespace: Microsoft.SqlServer.Dts.Runtime
Assembly: Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)
Syntax
'Declaration
Public Class ConnectionManagerItems _
Implements IEnumerable(Of ConnectionManagerItem), IEnumerable
'Usage
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
The ConnectionManagerItems type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
ConnectionManagerItems | Initializes a new instance of the ConnectionManagerItems class. |
Top
Properties
Name | Description | |
---|---|---|
![]() |
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. |
Top
Methods
Name | Description | |
---|---|---|
![]() |
Add | Adds a new connection manager item. |
![]() |
Contains | Specifies if the connection manager items contains a specified stream name. |
![]() |
Equals | (Inherited from Object.) |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetEnumerator | Returns the enumerator of the connection manager items. |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
Join | Joins a new connection manager object. |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
Remove | Removes a connection manager using the stream name. |
![]() |
RemoveAt | Removes a connection manager using the specified index. |
![]() |
ToString | (Inherited from Object.) |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
![]() ![]() |
IEnumerable.GetEnumerator | Removes a connection manager using the stream name. |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.