Item Propiedad
Returns a ForEachItemValue object from the collection.
Espacio de nombres: Microsoft.SqlServer.Dts.Runtime.Enumerators.Item
Ensamblado: Microsoft.SqlServer.ManagedDTS (en Microsoft.SqlServer.ManagedDTS.dll)
Sintaxis
'Declaración
Public ReadOnly Default Property Item ( _
Index As Object _
) As ForEachItemValue
Get
'Uso
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 admite el uso de propiedades indizadas, pero no la declaración de otras nuevas.
Parámetros
- Index
Tipo: System. . :: . .Object
The name, description, ID, or index of the ForEachItemValue object to return from the collection.
Valor de la propiedad
Tipo: Microsoft.SqlServer.Dts.Runtime.Enumerators.Item. . :: . .ForEachItemValue
A ForEachItemValue object.
Vea también