Share via


PackageItems.Item Property (Int32)

Returns a PackageItem object from the PackageItems collection with specified index.

Namespace:  Microsoft.SqlServer.Dts.Runtime
Assembly:  Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)

Syntax

'Declaration
Public ReadOnly Default Property Item ( _
    index As Integer _
) As PackageItem 
    Get
'Usage
Dim instance As PackageItems 
Dim index As Integer 
Dim value As PackageItem 

value = instance(index)
public PackageItem this[
    int index
] { get; }
public:
property PackageItem^ default[int index] {
    PackageItem^ get (int index);
}
member Item : PackageItem
JScript supports the use of indexed properties, but not the declaration of new ones.

Parameters

Property Value

Type: Microsoft.SqlServer.Dts.Runtime.PackageItem
A PackageItem object from the PackageItems collection with specified index.

See Also

Reference

PackageItems Class

Item Overload

Microsoft.SqlServer.Dts.Runtime Namespace