ManagedComponentHost.HostInsertOutputColumnAt Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Insère une colonne de sortie à l'hôte du composant.
public:
virtual Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSOutputColumn100 ^ HostInsertOutputColumnAt(Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSManagedComponentWrapper100 ^ wrapper, int lOutputID, int lOutputColumnIndex, System::String ^ bstrName, System::String ^ bstrDescription);
public Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSOutputColumn100 HostInsertOutputColumnAt (Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSManagedComponentWrapper100 wrapper, int lOutputID, int lOutputColumnIndex, string bstrName, string bstrDescription);
abstract member HostInsertOutputColumnAt : Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSManagedComponentWrapper100 * int * int * string * string -> Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSOutputColumn100
override this.HostInsertOutputColumnAt : Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSManagedComponentWrapper100 * int * int * string * string -> Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSOutputColumn100
Public Function HostInsertOutputColumnAt (wrapper As IDTSManagedComponentWrapper100, lOutputID As Integer, lOutputColumnIndex As Integer, bstrName As String, bstrDescription As String) As IDTSOutputColumn100
Paramètres
- wrapper
- IDTSManagedComponentWrapper100
Wrapper de composant.
- lOutputID
- Int32
Identificateur de sortie.
- lOutputColumnIndex
- Int32
Index de la colonne de sortie.
- bstrName
- String
Nom.
- bstrDescription
- String
Description.
Retours
Colonne de sortie insérée.