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.