ForEachItemEnumerator 인터페이스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
자세한 내용은 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
- 파생
- 특성
- 구현
속성
Items |
IDTSForEachItems100의 컬렉션을 가져옵니다. (다음에서 상속됨 IDTSForEachItemEnumerator100) |
메서드
ExportXML(String) |
데이터를 XML 파일로 내보냅니다. (다음에서 상속됨 IDTSForEachItemEnumerator100) |
ImportXML(String) |
XML 파일을 컬렉션으로 가져옵니다. (다음에서 상속됨 IDTSForEachItemEnumerator100) |