ForEachItemEnumeratorClass.Items Property

This API supports the infrastructure and is not intended to be used directly from your code.

For more information, see ForEachItemEnumerator.

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

Syntax

'Declaration
Public Overridable Default Property Items As IDTSForEachItems100
    Get
    Set
'Usage
Dim instance As ForEachItemEnumeratorClass
Dim value As IDTSForEachItems100

value = instance

instance = value
public virtual IDTSForEachItems100 this { get; set; }
public:
virtual property IDTSForEachItems100^ default {
    IDTSForEachItems100^ get ();
    void set (IDTSForEachItems100^ value);
}
abstract Items : IDTSForEachItems100 with get, set
override Items : IDTSForEachItems100 with get, set
function get Items () : IDTSForEachItems100
function set Items (value : IDTSForEachItems100)

Implements

IDTSForEachItemEnumerator100.Items