IDTSOutputColumn100.MappedColumnID Proprietà

Definizione

Ottiene o imposta l'ID di una colonna che è mappata su questo IDTSOutputColumn100 oggetto.

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 MappedColumnID proprietà è stata aggiunta in SQL Server 2008 Integration Services. Questa proprietà è stata aggiunta anche ai seguenti oggetti nello Microsoft.SqlServer.Dts.Pipeline.Wrapper spazio dei nomi:

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