Condividi tramite


IDTSExternalMetadataColumn100.MappedColumnID Proprietà

Definizione

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

Valore della proprietà

ID di una colonna mappata all'oggetto IDTSExternalMetadataColumn100.

Attributi

Commenti

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

  • IDTSInputColumn100.MappedColumnID

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