Item 属性
Returns a ForEachItemValue object from the collection.
命名空间: Microsoft.SqlServer.Dts.Runtime.Enumerators.Item
程序集: Microsoft.SqlServer.ManagedDTS(在 Microsoft.SqlServer.ManagedDTS.dll 中)
语法
声明
Public ReadOnly Default Property Item ( _
Index As Object _
) As ForEachItemValue
Get
用法
Dim instance As ForEachItem
Dim Index As Object
Dim value As ForEachItemValue
value = instance(Index)
public ForEachItemValue this[
Object Index
] { get; }
public:
property ForEachItemValue^ default[Object^ Index] {
ForEachItemValue^ get (Object^ Index);
}
member Item : ForEachItemValue
JScript 支持使用索引属性,但不支持声明新索引属性。
参数
- Index
类型:System. . :: . .Object
The name, description, ID, or index of the ForEachItemValue object to return from the collection.