ForEachItemEnumerator Schnittstelle
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Weitere Informationen finden Sie unter ForEachItemEnumeratorClass.
public interface class ForEachItemEnumerator : Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSForEachItemEnumerator100
[System.Runtime.InteropServices.CoClass(typeof(Microsoft.SqlServer.Dts.Runtime.Wrapper.ForEachItemEnumeratorClass))]
[System.Runtime.InteropServices.Guid("CE832BF0-A747-45D4-953D-C89A9ECD5430")]
public interface ForEachItemEnumerator : Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSForEachItemEnumerator100
[System.Runtime.InteropServices.CoClass(typeof(Microsoft.SqlServer.Dts.Runtime.Wrapper.ForEachItemEnumeratorClass))]
[System.Runtime.InteropServices.Guid("0EAED4A0-C4C0-49C7-97F3-0A292603CDE7")]
public interface ForEachItemEnumerator : Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSForEachItemEnumerator100
[System.Runtime.InteropServices.CoClass(typeof(Microsoft.SqlServer.Dts.Runtime.Wrapper.ForEachItemEnumeratorClass))]
[System.Runtime.InteropServices.Guid("40F408C3-D973-42A2-AFA6-E4009E4619EF")]
public interface ForEachItemEnumerator : Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSForEachItemEnumerator100
[<System.Runtime.InteropServices.CoClass(typeof(Microsoft.SqlServer.Dts.Runtime.Wrapper.ForEachItemEnumeratorClass))>]
[<System.Runtime.InteropServices.Guid("CE832BF0-A747-45D4-953D-C89A9ECD5430")>]
type ForEachItemEnumerator = interface
interface IDTSForEachItemEnumerator100
[<System.Runtime.InteropServices.CoClass(typeof(Microsoft.SqlServer.Dts.Runtime.Wrapper.ForEachItemEnumeratorClass))>]
[<System.Runtime.InteropServices.Guid("0EAED4A0-C4C0-49C7-97F3-0A292603CDE7")>]
type ForEachItemEnumerator = interface
interface IDTSForEachItemEnumerator100
[<System.Runtime.InteropServices.CoClass(typeof(Microsoft.SqlServer.Dts.Runtime.Wrapper.ForEachItemEnumeratorClass))>]
[<System.Runtime.InteropServices.Guid("40F408C3-D973-42A2-AFA6-E4009E4619EF")>]
type ForEachItemEnumerator = interface
interface IDTSForEachItemEnumerator100
Public Interface ForEachItemEnumerator
Implements IDTSForEachItemEnumerator100
- Abgeleitet
- Attribute
- Implementiert
Eigenschaften
Items |
Ruft eine Auflistung von IDTSForEachItems100 ab. (Geerbt von IDTSForEachItemEnumerator100) |
Methoden
ExportXML(String) |
Exportiert Daten in eine XML-Datei. (Geerbt von IDTSForEachItemEnumerator100) |
ImportXML(String) |
Importiert eine XML-Datei in die Auflistung. (Geerbt von IDTSForEachItemEnumerator100) |