Partager via


ManagedComponentHost.HostPrimeOutput Méthode

Définition

Spécifie la sortie principale de l'hôte.

public:
 virtual void HostPrimeOutput(Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSManagedComponentWrapper100 ^ wrapper, int outputs, cli::array <int> ^ outputIDs, cli::array <Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSBuffer100 ^> ^ buffers, IntPtr ppBufferWirePacket);
public void HostPrimeOutput (Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSManagedComponentWrapper100 wrapper, int outputs, int[] outputIDs, Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSBuffer100[] buffers, IntPtr ppBufferWirePacket);
abstract member HostPrimeOutput : Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSManagedComponentWrapper100 * int * int[] * Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSBuffer100[] * nativeint -> unit
override this.HostPrimeOutput : Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSManagedComponentWrapper100 * int * int[] * Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSBuffer100[] * nativeint -> unit
Public Sub HostPrimeOutput (wrapper As IDTSManagedComponentWrapper100, outputs As Integer, outputIDs As Integer(), buffers As IDTSBuffer100(), ppBufferWirePacket As IntPtr)

Paramètres

wrapper
IDTSManagedComponentWrapper100

Wrapper de composant.

outputs
Int32

Sorties.

outputIDs
Int32[]

Identificateur de sortie.

buffers
IDTSBuffer100[]

Les mémoires tampons.

ppBufferWirePacket
IntPtr

nativeint

Paquet de transfert de la mémoire tampon.

Implémente

S’applique à