다음을 통해 공유


IDTSVirtualInputColumn100 인터페이스

Represents an IDTSOutputColumn100 in the StartPoint object of an IDTSPath100 object.

네임스페이스:  Microsoft.SqlServer.Dts.Pipeline.Wrapper
어셈블리:  Microsoft.SqlServer.DTSPipelineWrap(Microsoft.SqlServer.DTSPipelineWrap.dll)

구문

‘선언
<GuidAttribute("D5DDB62C-BBCF-479F-BAC2-4382A950B356")> _
Public Interface IDTSVirtualInputColumn100 _
    Inherits IDTSObject100
‘사용 방법
Dim instance As IDTSVirtualInputColumn100
[GuidAttribute("D5DDB62C-BBCF-479F-BAC2-4382A950B356")]
public interface IDTSVirtualInputColumn100 : IDTSObject100
[GuidAttribute(L"D5DDB62C-BBCF-479F-BAC2-4382A950B356")]
public interface class IDTSVirtualInputColumn100 : IDTSObject100
[<GuidAttribute("D5DDB62C-BBCF-479F-BAC2-4382A950B356")>]
type IDTSVirtualInputColumn100 =  
    interface 
        interface IDTSObject100 
    end
public interface IDTSVirtualInputColumn100 extends IDTSObject100

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

속성

  이름 설명
공용 속성 CodePage Gets the character set used to interpret the data contained in a virtual input column.
공용 속성 ComparisonFlags Gets the comparison flags set on an upstream output column.
공용 속성 DataType Gets the DataType of a column.
공용 속성 Description Gets or sets the description of the IDTSVirtualInputColumn100 object.
공용 속성 ID Gets the ID of an IDTSVirtualInputColumn100 object.
공용 속성 IdentificationString Gets the string that uniquely identifies the IDTSVirtualInputColumn100 object in a data flow layout.
공용 속성 IsAssociatedWithOutputColumn Gets the value that indicates whether the object is associated with output column.
공용 속성 Length Gets the length of a column.
공용 속성 LineageID Gets the lineage ID of an upstream output column.
공용 속성 Name Gets or sets a value that contains the name of the IDTSVirtualInputColumn100.
공용 속성 NewDescription Gets or sets the description of a newly created IDTSInputColumn100 column.
공용 속성 NewName Gets or sets the name of a newly created IDTSInputColumn100 column.
공용 속성 ObjectType Gets the value from the DTSObjectType enumeration for a virtual input column.
공용 속성 Precision Gets the total number of digits contained in a virtual input column.
공용 속성 Scale Gets the number of decimal places contained in a virtual input column.
공용 속성 SortKeyPosition Gets the sort key of a virtual input column.
공용 속성 SourceComponent Gets the name of the component where a virtual input column originates.
공용 속성 UpstreamComponentName Gets the name of the component directly upstream to the current component.
공용 속성 UsageType Gets a value that indicates how the virtual column is used by the component.

맨 위로 이동

메서드

  이름 설명
공용 메서드 DescribeRedirectedErrorCode Gets the error message for the error code on the upstream output column.

맨 위로 이동

주의

An IDTSVirtualInputColumn100 column represents the IDTSOutputColumn100 of an upstream component in the data flow layout. Its properties are the same as those in the output column. Modifications to virtual column properties are not persisted in the virtual column, or in the output column of the upstream component. The upstream component might or might not be directly upstream from the component with the virtual input column.

참고 항목

참조

Microsoft.SqlServer.Dts.Pipeline.Wrapper 네임스페이스