Udostępnij przez


IDTSExternalMetadataColumn100.MappedColumnID Property

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

Namespace: Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly: Microsoft.SqlServer.DTSPipelineWrap (in microsoft.sqlserver.dtspipelinewrap.dll)

Syntax

'Deklaracja
<DispIdAttribute(106)> _
Property MappedColumnID As Integer
[DispIdAttribute(106)] 
int MappedColumnID { get; set; }
[DispIdAttribute(106)] 
property int MappedColumnID {
    int get ();
    void set ([InAttribute] int plMappedColumnID);
}
/** @property */
/** @attribute DispIdAttribute(106) */ 
int get_MappedColumnID ()

/** @property */
/** @attribute DispIdAttribute(106) */ 
void set_MappedColumnID (/** @attribute InAttribute() */ int plMappedColumnID)
DispIdAttribute(106) 
function get MappedColumnID () : int

DispIdAttribute(106) 
function set MappedColumnID (plMappedColumnID : int)

Property Value

The ID of a column that is mapped to the IDTSExternalMetadataColumn100 object.

Remarks

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.

Thread Safety

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.

Target Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.