Compartir a través de


Clase ForEachEnumeratorInfo

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

Jerarquía de herencia

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

Espacio de nombres:  Microsoft.SqlServer.Dts.Runtime
Ensamblado:  Microsoft.SqlServer.ManagedDTS (en Microsoft.SqlServer.ManagedDTS.dll)

Sintaxis

'Declaración
Public NotInheritable Class ForEachEnumeratorInfo _
    Inherits DtsObject _
    Implements IDTSName
'Uso
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

El tipo ForEachEnumeratorInfo expone los siguientes miembros.

Propiedades

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

Arriba

Métodos

  Nombre Descripción
Método público CreateNew Creates a new ForEachEnumeratorHost for any ForEach enumerator.
Método público Equals Determines whether two object instances are equal. (Se hereda de DtsObject.)
Método protegido Finalize (Se hereda de Object.)
Método público GetHashCode Returns the hash code for this instance. (Se hereda de DtsObject.)
Método público GetType (Se hereda de Object.)
Método protegido MemberwiseClone (Se hereda de Object.)
Método público ToString (Se hereda de Object.)

Arriba

Seguridad para subprocesos

Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.