ForEachItemEnumeratorClass.Items Property
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Gets or sets a collection of IDTSForEachItems100.
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)
Property Value
Type: Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSForEachItems100
A collection of IDTSForEachItems100.
Implements
IDTSForEachItemEnumerator100.Items