IDTSOutputColumn100.MappedColumnID Proprietà

Definizione

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

Valore della proprietà

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

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.Sql2012:

  • IDTSInputColumn100.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