다음을 통해 공유


IDTSForEachEnumerator 인터페이스

Provides the methods and properties for the ForEachEnumerator.

네임스페이스:  Microsoft.SqlServer.Dts.Runtime
어셈블리:  Microsoft.SqlServer.ManagedDTS(Microsoft.SqlServer.ManagedDTS.dll)

구문

‘선언
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIDispatch)> _
<GuidAttribute("524d96b5-884f-41d9-9000-21f3f49e98e4")> _
Public Interface IDTSForEachEnumerator
‘사용 방법
Dim instance As IDTSForEachEnumerator
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIDispatch)]
[GuidAttribute("524d96b5-884f-41d9-9000-21f3f49e98e4")]
public interface IDTSForEachEnumerator
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIDispatch)]
[GuidAttribute(L"524d96b5-884f-41d9-9000-21f3f49e98e4")]
public interface class IDTSForEachEnumerator
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIDispatch)>]
[<GuidAttribute("524d96b5-884f-41d9-9000-21f3f49e98e4")>]
type IDTSForEachEnumerator =  interface end
public interface IDTSForEachEnumerator

IDTSForEachEnumerator 유형에서 다음 멤버를 표시합니다.

속성

  이름 설명
공용 속성 CollectionEnumerator Gets or sets a Boolean that indicates what kind of objects the enumerator is iterating over.

맨 위로 이동

메서드

  이름 설명
공용 메서드 GetEnumerator Returns a managed enumerator, IEnumerator, for use in iterating over the ForEachEnumerator collection.
공용 메서드 Validate Allows the ForEachEnumerator to determine if it contains invalid settings that will prevent it from executing successfully.

맨 위로 이동

참고 항목

참조

Microsoft.SqlServer.Dts.Runtime 네임스페이스