次の方法で共有


ForEachItems クラス

ForEachItem コレクションのコレクションが含まれます。このクラスは継承できません。

名前空間:  Microsoft.SqlServer.Dts.Runtime.Enumerators.Item
アセンブリ:  Microsoft.SqlServer.ManagedDTS (Microsoft.SqlServer.ManagedDTS.dll)

構文

'宣言
Public NotInheritable Class ForEachItems _
    Inherits DtsObject _
    Implements ICollection, IEnumerable
'使用
Dim instance As ForEachItems
public sealed class ForEachItems : DtsObject, 
    ICollection, IEnumerable
public ref class ForEachItems sealed : public DtsObject, 
    ICollection, IEnumerable
[<SealedAttribute>]
type ForEachItems =  
    class
        inherit DtsObject
        interface ICollection
        interface IEnumerable
    end
public final class ForEachItems extends DtsObject implements ICollection, IEnumerable

継承階層

System. . :: . .Object
  Microsoft.SqlServer.Dts.Runtime. . :: . .DtsObject
    Microsoft.SqlServer.Dts.Runtime.Enumerators.Item..::..ForEachItems

スレッド セーフ

この型の public static (Visual Basic では Shared) のメンバーはすべて、スレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。