PipelineComponentInfo 클래스

Contains properties that describe a pipeline component that is currently installed on the local computer and are ready to be used in a pipeline.

상속 계층

System.Object
  Microsoft.SqlServer.Dts.Runtime.DtsObject
    Microsoft.SqlServer.Dts.Runtime.PipelineComponentInfo

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

구문

‘선언
Public NotInheritable Class PipelineComponentInfo _
    Inherits DtsObject _
    Implements IDTSName
‘사용 방법
Dim instance As PipelineComponentInfo
public sealed class PipelineComponentInfo : DtsObject, 
    IDTSName
public ref class PipelineComponentInfo sealed : public DtsObject, 
    IDTSName
[<SealedAttribute>]
type PipelineComponentInfo =  
    class 
        inherit DtsObject 
        interface IDTSName 
    end
public final class PipelineComponentInfo extends DtsObject implements IDTSName

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

속성

  이름 설명
공용 속성 ComponentType Returns a DTSPipelineComponentType enumerator that identifies a component as a source, destination, or transformation. This property is read-only.
공용 속성 CreationName Returns the string used by the runtime to create an instance of the PipelineComponentInfo object and add the object to the PipelineComponentInfos collection. This property is read-only.
공용 속성 Description Gets or sets the description of the data flow component object.
공용 속성 FileName Returns the name of the file that contains the data flow component. This property is read-only.
공용 속성 FileNameVersionString Returns the version of the component. This property is read-only.
공용 속성 HelpCollection Gets the help collection from which to retrieve the help.
공용 속성 HelpKeyword Gets the help keyword for the component information.
공용 속성 IconFile Returns the name of the file that contains the icon. This property is read-only.
공용 속성 IconResource Returns the icon associated with the component object. This property is read-only.
공용 속성 ID Returns the unique ID associated with the pipeline component. This property is read-only.
공용 속성 Name Gets or sets the name of the component used in the graphical user interface.
공용 속성 NoEditor Returns a Boolean that indicates if the Advanced Properties graphical editor is disabled. This field is read-only.
공용 속성 SamplesTag Gets the samples tag for the PipelineComponentInfo.
공용 속성 ShapeProgID Returns the designer shape of the component. This field is read-only.
공용 속성 UITypeName Returns the qualified name of the assembly that implements the user interface of the component. This field is read-only.

맨 위로 이동

메서드

  이름 설명
공용 메서드 Equals Determines whether two object instances are equal. (DtsObject에서 상속됨)
공용 메서드 GetHashCode Returns the hash code for this instance. (DtsObject에서 상속됨)
공용 메서드 GetType (Object에서 상속됨)
공용 메서드 ToString (Object에서 상속됨)

맨 위로 이동

주의

A PipelineComponentInfo object describes a data flow component that is installed on the computer and available for clients to create. The runtime will find native data flow components by enumerating the pipeline components registered with the data flow component category ID.

The Integration Services (SSIS) Pipeline consists of the Integration Services Pipeline engine and the Integration Services Pipeline components. The Integration Services Pipeline engine extracts, transforms, and loads data when a package is run. The Integration Services Pipeline components are used to build the graphs.

스레드 보안

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

참고 항목

참조

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