IDTSOutputColumn100.MappedColumnID 屬性

定義

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

屬性值

Int32

通常是對應至此 IDTSInputColumn100 物件之 IDTSOutputColumn100 物件的識別碼。

屬性

備註

SQL Server 2008 Integration Services 中已新增 MappedColumnID 屬性。 這個屬性也已加入至 Sql2012 命名空間中的下列物件中::

適用於