Classe ForEachEnumeratorHost
Defines the host class for the ForEachEnumerator. This class cannot be inherited.
Espace de noms : Microsoft.SqlServer.Dts.Runtime
Assembly : Microsoft.SqlServer.ManagedDTS (dans Microsoft.SqlServer.ManagedDTS.dll)
Syntaxe
'Déclaration
Public NotInheritable Class ForEachEnumeratorHost _
Inherits DtsObject _
Implements IDTSName, IDTSPersist, IDTSObjectHost, IDTSForEachEnumerator, _
IDTSPropertiesProvider, IDTSPackagePath
'Utilisation
Dim instance As ForEachEnumeratorHost
public sealed class ForEachEnumeratorHost : DtsObject,
IDTSName, IDTSPersist, IDTSObjectHost, IDTSForEachEnumerator, IDTSPropertiesProvider,
IDTSPackagePath
public ref class ForEachEnumeratorHost sealed : public DtsObject,
IDTSName, IDTSPersist, IDTSObjectHost, IDTSForEachEnumerator, IDTSPropertiesProvider,
IDTSPackagePath
[<SealedAttribute>]
type ForEachEnumeratorHost =
class
inherit DtsObject
interface IDTSName
interface IDTSPersist
interface IDTSObjectHost
interface IDTSForEachEnumerator
interface IDTSPropertiesProvider
interface IDTSPackagePath
end
public final class ForEachEnumeratorHost extends DtsObject implements IDTSName, IDTSPersist, IDTSObjectHost, IDTSForEachEnumerator, IDTSPropertiesProvider, IDTSPackagePath
Hiérarchie d'héritage
System. . :: . .Object
Microsoft.SqlServer.Dts.Runtime. . :: . .DtsObject
Microsoft.SqlServer.Dts.Runtime..::..ForEachEnumeratorHost
Sécurité des threads
Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Il n'est pas garanti que les membres d'instance soient thread-safe.