다음을 통해 공유


PipelineComponentInfoEnumerator 클래스

Supports iteration over the PipelineComponentInfos collection. This class cannot be inherited.

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

구문

‘선언
Public NotInheritable Class PipelineComponentInfoEnumerator _
    Inherits DtsEnumerator
‘사용 방법
Dim instance As PipelineComponentInfoEnumerator
public sealed class PipelineComponentInfoEnumerator : DtsEnumerator
public ref class PipelineComponentInfoEnumerator sealed : public DtsEnumerator
[<SealedAttribute>]
type PipelineComponentInfoEnumerator =  
    class
        inherit DtsEnumerator
    end
public final class PipelineComponentInfoEnumerator extends DtsEnumerator

상속 계층 구조

System. . :: . .Object
  Microsoft.SqlServer.Dts.Runtime. . :: . .DtsEnumerator
    Microsoft.SqlServer.Dts.Runtime..::..PipelineComponentInfoEnumerator

스레드로부터의 안전성

이 형식의 모든 공용 static(Visual Basic에서는 Shared) 멤버는 스레드로부터 안전합니다. 인스턴스 멤버는 스레드로부터의 안전성이 보장되지 않습니다.