Classe ForEachEnumeratorInfo

Contains information about the ForEachEnumerator. This class cannot be inherited.

Hiérarchie d'héritage

System. . :: . .Object
  Microsoft.SqlServer.Dts.Runtime. . :: . .DtsObject
    Microsoft.SqlServer.Dts.Runtime..::..ForEachEnumeratorInfo

Espace de noms :  Microsoft.SqlServer.Dts.Runtime
Assembly :  Microsoft.SqlServer.ManagedDTS (en Microsoft.SqlServer.ManagedDTS.dll)

Syntaxe

'Déclaration
Public NotInheritable Class ForEachEnumeratorInfo _
    Inherits DtsObject _
    Implements IDTSName
'Utilisation
Dim instance As ForEachEnumeratorInfo
public sealed class ForEachEnumeratorInfo : DtsObject, 
    IDTSName
public ref class ForEachEnumeratorInfo sealed : public DtsObject, 
    IDTSName
[<SealedAttribute>]
type ForEachEnumeratorInfo =  
    class
        inherit DtsObject
        interface IDTSName
    end
public final class ForEachEnumeratorInfo extends DtsObject implements IDTSName

Le type ForEachEnumeratorInfo expose les membres suivants.

Propriétés

  Nom Description
Propriété publique CreationName Returns the string that is used by the runtime to create an instance of the ForEachEnumeratorInfo object. This property is read-only.
Propriété publique Description Gets or sets a description for the ForEachEnumerator.
Propriété publique FileName Returns the name of the file that is the data source for the ForEachEnumerator. This value is read-only.
Propriété publique FileNameVersionString Returns the version number of the file. This value is read-only.
Propriété publique ForEachEnumeratorContact Returns a component-writer defined String that is shown when a ForEachEnumerator is loaded, and it references a component that is not currently installed on the computer. This value is read-only.
Propriété publique ID Returns the GUID assigned to the ForEachEnumerator. This value is read-only.
Propriété publique Name Gets or sets the GUID assigned to the ForEachEnumerator.
Propriété publique UITypeName Returns the qualified name of the assembly that implements the user interface of the ForEachEnumerator. This value is read-only.

Haut de la page

Méthodes

  Nom Description
Méthode publique CreateNew Creates a new ForEachEnumeratorHost for any ForEach enumerator.
Méthode publique Equals Determines whether two object instances are equal. (hérité de DtsObject.)
Méthode protégée Finalize (hérité de Object.)
Méthode publique GetHashCode Returns the hash code for this instance. (hérité de DtsObject.)
Méthode publique GetType (hérité de Object.)
Méthode protégée MemberwiseClone (hérité de Object.)
Méthode publique ToString (hérité de Object.)

Haut de la page

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.