Класс ForEachEnumeratorInfo

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

Иерархия наследования

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

Пространство имен:  Microsoft.SqlServer.Dts.Runtime
Сборка:  Microsoft.SqlServer.ManagedDTS (в Microsoft.SqlServer.ManagedDTS.dll)

Синтаксис

'Декларация
Public NotInheritable Class ForEachEnumeratorInfo _
    Inherits DtsObject _
    Implements IDTSName
'Применение
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

Тип ForEachEnumeratorInfo обеспечивает доступ к следующим элементам.

Свойства

  Имя Описание
Открытое свойство CreationName Returns the string that is used by the runtime to create an instance of the ForEachEnumeratorInfo object. This property is read-only.
Открытое свойство Description Gets or sets a description for the ForEachEnumerator.
Открытое свойство FileName Returns the name of the file that is the data source for the ForEachEnumerator. This value is read-only.
Открытое свойство FileNameVersionString Returns the version number of the file. This value is read-only.
Открытое свойство 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.
Открытое свойство ID Returns the GUID assigned to the ForEachEnumerator. This value is read-only.
Открытое свойство Name Gets or sets the GUID assigned to the ForEachEnumerator.
Открытое свойство UITypeName Returns the qualified name of the assembly that implements the user interface of the ForEachEnumerator. This value is read-only.

В начало

Методы

  Имя Описание
Открытый метод CreateNew Creates a new ForEachEnumeratorHost for any ForEach enumerator.
Открытый метод Equals Determines whether two object instances are equal. (Производный от DtsObject.)
Защищенный метод Finalize (Производный от Object.)
Открытый метод GetHashCode Returns the hash code for this instance. (Производный от DtsObject.)
Открытый метод GetType (Производный от Object.)
Защищенный метод MemberwiseClone (Производный от Object.)
Открытый метод ToString (Производный от Object.)

В начало

Безопасность многопоточности

Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.