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à

Di norma, ID dell'oggetto IDTSInputColumn100 di cui è stato eseguito il mapping a questo oggetto IDTSOutputColumn100.

Attributi

Commenti

La proprietà MappedColumnID è stata aggiunta in SQL Server 2008 Integration Services. Questa proprietà è stata aggiunta anche agli oggetti seguenti nello Microsoft.SqlServer.Dts.Pipeline.Wrapper.Sql2014 spazio dei nomi:

  • IDTSInputColumn100.MappedColumnID

  • IDTSExternalMetadataColumn100.MappedColumnID

L'uso di queste proprietà non è obbligatorio. Queste proprietà consentono agli sviluppatori di associare colonne correlate, ad esempio colonne di input e output, nei componenti del flusso di dati personalizzati.

Si applica a