Udostępnij przez


Właściwość IDTSForEachItemEnumerator100.Items

Ten interfejs API obsługuje infrastrukturę programu i nie jest przeznaczony do użycia bezpośrednio w kodzie.

Aby uzyskać więcej informacji, zobacz temat ForEachItemEnumerator.

Przestrzeń nazw:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Zestaw:  Microsoft.SqlServer.DTSRuntimeWrap (w Microsoft.SqlServer.DTSRuntimeWrap.dll)

Składnia

'Deklaracja
Default Property Items As IDTSForEachItems100
    Get
    Set
'Użycie
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)