IDTSInputColumn100.MappedColumnID Properti

Definisi

public:
 property int MappedColumnID { int get(); void set(int value); };
[System.Runtime.InteropServices.DispId(109)]
public int MappedColumnID { [System.Runtime.InteropServices.DispId(109)] get; [System.Runtime.InteropServices.DispId(109)] set; }
[<System.Runtime.InteropServices.DispId(109)>]
[<get: System.Runtime.InteropServices.DispId(109)>]
[<set: System.Runtime.InteropServices.DispId(109)>]
member this.MappedColumnID : int with get, set
Public Property MappedColumnID As Integer

Nilai Properti

Biasanya, ID objek yang dipetakan IDTSOutputColumn100 ke objek IDTSInputColumn100 ini.

Atribut

Keterangan

Properti MappedColumnID telah ditambahkan di SQL Server 2008 Integration Services. Properti ini juga telah ditambahkan ke objek berikut di namespace Microsoft.SqlServer.Dts.Pipeline.Wrapper.Sql2014:

  • IDTSOutputColumn100.MappedColumnID

  • IDTSExternalMetadataColumn100.MappedColumnID

Penggunaan properti ini tidak diperlukan. Properti ini menyediakan cara yang lebih mudah bagi pengembang untuk mengaitkan kolom terkait, seperti kolom input dan output, dalam komponen aliran data kustom.

Berlaku untuk