Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Represents the connection manager objects.
Vererbungshierarchie
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
Der ConnectionManagerItems-Typ macht folgende Elemente verfügbar.
Konstruktoren
| Name | Beschreibung | |
|---|---|---|
![]() |
ConnectionManagerItems | Initializes a new instance of the ConnectionManagerItems class. |
Zum Anfang
Eigenschaften
| Name | Beschreibung | |
|---|---|---|
![]() |
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. |
Zum Anfang
Methoden
| Name | Beschreibung | |
|---|---|---|
![]() |
Add | Adds a new connection manager item. |
![]() |
Contains | Specifies if the connection manager items contains a specified stream name. |
![]() |
Equals | (Geerbt von Object.) |
![]() |
Finalize | (Geerbt von Object.) |
![]() |
GetEnumerator | Returns the enumerator of the connection manager items. |
![]() |
GetHashCode | (Geerbt von Object.) |
![]() |
GetType | (Geerbt von Object.) |
![]() |
Join | Joins a new connection manager object. |
![]() |
MemberwiseClone | (Geerbt von Object.) |
![]() |
Remove | Removes a connection manager using the stream name. |
![]() |
RemoveAt | Removes a connection manager using the specified index. |
![]() |
ToString | (Geerbt von Object.) |
Zum Anfang
Explizite Schnittstellenimplementierungen
| Name | Beschreibung | |
|---|---|---|
![]() ![]() |
IEnumerable.GetEnumerator | Removes a connection manager using the stream name. |
Zum Anfang
Threadsicherheit
Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.
.gif)
.gif)
.gif)
.gif)
.gif)