Condividi tramite


Classe ForEachEnumeratorInfo

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

Gerarchia di ereditarietà

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

Spazio dei nomi  Microsoft.SqlServer.Dts.Runtime
Assembly:  Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)

Sintassi

'Dichiarazione
Public NotInheritable Class ForEachEnumeratorInfo _
    Inherits DtsObject _
    Implements IDTSName
'Utilizzo
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

Nel tipo ForEachEnumeratorInfo sono esposti i membri seguenti.

Proprietà

  Nome Descrizione
Proprietà pubblica CreationName Returns the string that is used by the runtime to create an instance of the ForEachEnumeratorInfo object. This property is read-only.
Proprietà pubblica Description Gets or sets a description for the ForEachEnumerator.
Proprietà pubblica FileName Returns the name of the file that is the data source for the ForEachEnumerator. This value is read-only.
Proprietà pubblica FileNameVersionString Returns the version number of the file. This value is read-only.
Proprietà pubblica 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.
Proprietà pubblica ID Returns the GUID assigned to the ForEachEnumerator. This value is read-only.
Proprietà pubblica Name Gets or sets the GUID assigned to the ForEachEnumerator.
Proprietà pubblica UITypeName Returns the qualified name of the assembly that implements the user interface of the ForEachEnumerator. This value is read-only.

In alto

Metodi

  Nome Descrizione
Metodo pubblico CreateNew Creates a new ForEachEnumeratorHost for any ForEach enumerator.
Metodo pubblico Equals Determines whether two object instances are equal. Ereditato da DtsObject.
Metodo protetto Finalize Ereditato da Object.
Metodo pubblico GetHashCode Returns the hash code for this instance. Ereditato da DtsObject.
Metodo pubblico GetType Ereditato da Object.
Metodo protetto MemberwiseClone Ereditato da Object.
Metodo pubblico ToString Ereditato da Object.

In alto

Protezione dei thread

I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.