Classe ConnectionEnumerator
Supports iteration over the Connections collection. This class cannot be inherited.
Hiérarchie d'héritage
System.Object
Microsoft.SqlServer.Dts.Runtime.DtsEnumerator
Microsoft.SqlServer.Dts.Runtime.ConnectionEnumerator
Espace de noms : Microsoft.SqlServer.Dts.Runtime
Assembly : Microsoft.SqlServer.ManagedDTS (en Microsoft.SqlServer.ManagedDTS.dll)
Syntaxe
'Déclaration
Public NotInheritable Class ConnectionEnumerator _
Inherits DtsEnumerator
'Utilisation
Dim instance As ConnectionEnumerator
public sealed class ConnectionEnumerator : DtsEnumerator
public ref class ConnectionEnumerator sealed : public DtsEnumerator
[<SealedAttribute>]
type ConnectionEnumerator =
class
inherit DtsEnumerator
end
public final class ConnectionEnumerator extends DtsEnumerator
Le type ConnectionEnumerator expose les membres suivants.
Propriétés
Nom | Description | |
---|---|---|
Current | Gets the current ConnectionManager object from the Connections collection. |
Haut de la page
Méthodes
Nom | Description | |
---|---|---|
Equals | (hérité de Object.) | |
GetHashCode | (hérité de Object.) | |
GetType | (hérité de Object.) | |
MoveNext | Advances the enumerator to the next element of the collection. (hérité de DtsEnumerator.) | |
Reset | Sets the enumerator to its initial position, which is before the first element in the collection. (hérité de DtsEnumerator.) | |
ToString | (hérité de Object.) |
Haut de la page
Notes
This class inherits from the DtsEnumerator class.
Sécurité des threads
Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.