ManagedComponentHost.HostInsertInput Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Inserisce un input host componente.
public:
virtual Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSInput100 ^ HostInsertInput(Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSManagedComponentWrapper100 ^ wrapper, Microsoft::SqlServer::Dts::Pipeline::Wrapper::DTSInsertPlacement insertPlacement, int inputID);
public Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSInput100 HostInsertInput(Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSManagedComponentWrapper100 wrapper, Microsoft.SqlServer.Dts.Pipeline.Wrapper.DTSInsertPlacement insertPlacement, int inputID);
abstract member HostInsertInput : Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSManagedComponentWrapper100 * Microsoft.SqlServer.Dts.Pipeline.Wrapper.DTSInsertPlacement * int -> Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSInput100
override this.HostInsertInput : Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSManagedComponentWrapper100 * Microsoft.SqlServer.Dts.Pipeline.Wrapper.DTSInsertPlacement * int -> Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSInput100
Public Function HostInsertInput (wrapper As IDTSManagedComponentWrapper100, insertPlacement As DTSInsertPlacement, inputID As Integer) As IDTSInput100
Parametri
- wrapper
- IDTSManagedComponentWrapper100
Il contenitore dei componenti.
- insertPlacement
- DTSInsertPlacement
La posizione dell'inserto.
- inputID
- Int32
L'identificatore di input.
Valori restituiti
L'input inserito.