IDTSInputColumn100.MappedColumnID Proprietà

Definizione

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

Valore della proprietà

Tipicamente, l'ID dell'oggetto IDTSOutputColumn100 che viene mappato a questo oggetto IDTSInputColumn100.

Attributi

Commenti

La proprietà MappedColumnID è stata aggiunta nei servizi di integrazione di SQL Server 2008. Questa proprietà è stata aggiunta anche ai seguenti oggetti nel Microsoft. Spazio dei nomi SqlServer.Dts.Pipeline.Wrapper.Sql2014:

  • IDTSOutputColumn100.MappedColumnID

  • IDTSExternalMetadataColumn100.MappedColumnID

L'uso di queste proprietà non è richiesto. Queste proprietà offrono un modo più semplice per gli sviluppatori di associare colonne correlate, come colonne di input e output, nei componenti personalizzati del flusso di dati.

Si applica a