ManagedComponentHost.HostMapInputColumn Metode
Definisi
Penting
Beberapa informasi terkait produk prarilis yang dapat diubah secara signifikan sebelum dirilis. Microsoft tidak memberikan jaminan, tersirat maupun tersurat, sehubungan dengan informasi yang diberikan di sini.
Menemukan input untuk kolom host.
public:
virtual Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSExternalMetadataColumn100 ^ HostMapInputColumn(Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSManagedComponentWrapper100 ^ wrapper, int iInputID, int iInputColumnID, int iExternalMetadataColumnID);
public Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSExternalMetadataColumn100 HostMapInputColumn (Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSManagedComponentWrapper100 wrapper, int iInputID, int iInputColumnID, int iExternalMetadataColumnID);
abstract member HostMapInputColumn : Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSManagedComponentWrapper100 * int * int * int -> Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSExternalMetadataColumn100
override this.HostMapInputColumn : Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSManagedComponentWrapper100 * int * int * int -> Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSExternalMetadataColumn100
Public Function HostMapInputColumn (wrapper As IDTSManagedComponentWrapper100, iInputID As Integer, iInputColumnID As Integer, iExternalMetadataColumnID As Integer) As IDTSExternalMetadataColumn100
Parameter
- wrapper
- IDTSManagedComponentWrapper100
Pembungkus komponen.
- iInputID
- Int32
Pengidentifikasi input.
- iInputColumnID
- Int32
Pengidentifikasi kolom input.
- iExternalMetadataColumnID
- Int32
Pengidentifikasi kolom metadata eksternal.
Mengembalikan
Input untuk kolom peta host.