Condividi tramite


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à

In genere, l'ID dell'oggetto IDTSOutputColumn100 mappato a questo oggetto IDTSInputColumn100.

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:

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