Share via


IDTSForEachItemEnumerator100.Items Property

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

Gets a collection of IDTSForEachItems100.

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

Syntax

'Declaration
Default Property Items As IDTSForEachItems100 
    Get 
    Set
'Usage
Dim instance As IDTSForEachItemEnumerator100 
Dim value As IDTSForEachItems100 

value = instance

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

Property Value

Type: Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSForEachItems100
A collection of IDTSForEachItems100.

Remarks

For more information, see ForEachItemEnumerator.

See Also

Reference

IDTSForEachItemEnumerator100 Interface

Microsoft.SqlServer.Dts.Runtime.Wrapper Namespace