Item プロパティ
ForEachItem オブジェクトをコレクションから返します。
名前空間: Microsoft.SqlServer.Dts.Runtime.Enumerators.Item
アセンブリ: Microsoft.SqlServer.ManagedDTS (Microsoft.SqlServer.ManagedDTS.dll)
構文
'宣言
Public ReadOnly Default Property Item ( _
Index As Object _
) As ForEachItem
Get
'使用
Dim instance As ForEachItems
Dim Index As Object
Dim value As ForEachItem
value = instance(Index)
public ForEachItem this[
Object Index
] { get; }
public:
property ForEachItem^ default[Object^ Index] {
ForEachItem^ get (Object^ Index);
}
member Item : ForEachItem
JScript はインデックス化されたプロパティの使用をサポートしていますが、新規の宣言はサポートしていません。
パラメーター
- Index
型: System. . :: . .Object
コレクションから返される ForEachItem オブジェクトの名前、説明、ID、またはインデックスです。
プロパティ値
型: Microsoft.SqlServer.Dts.Runtime.Enumerators.Item. . :: . .ForEachItem
ForEachItem オブジェクトです。