Share via


IDTSOutputColumn100.MappedColumnID 속성

Gets or sets the ID of a column that is mapped to this IDTSOutputColumn100 object.

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

구문

‘선언
Property MappedColumnID As Integer 
    Get 
    Set
‘사용 방법
Dim instance As IDTSOutputColumn100 
Dim value As Integer 

value = instance.MappedColumnID

instance.MappedColumnID = value
int MappedColumnID { get; set; }
property int MappedColumnID {
    int get ();
    void set (int value);
}
abstract MappedColumnID : int with get, set
function get MappedColumnID () : int 
function set MappedColumnID (value : int)

속성 값

유형: System.Int32
Typically, the ID of the IDTSInputColumn100 object that is mapped to this IDTSOutputColumn100 object.

주의

The MappedColumnID property has been added in SQL Server 2008 Integration Services. This property has also been added to the following objects in the Microsoft.SqlServer.Dts.Pipeline.Wrapper namespace:

The use of these properties is not required. These properties provide an easier way for developers to associate related columns, such as input and output columns, in custom data flow components.

참고 항목

참조

IDTSOutputColumn100 인터페이스

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