ManagedComponentHost.HostCanProcess 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.
Spécifie si l'hôte du composant managé peut effectuer un traitement.
public:
virtual void HostCanProcess(Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSManagedComponentWrapper100 ^ wrapper, int inputCount, cli::array <int> ^ inputIDs, cli::array <bool> ^ % canProcess);
public void HostCanProcess (Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSManagedComponentWrapper100 wrapper, int inputCount, int[] inputIDs, ref bool[] canProcess);
abstract member HostCanProcess : Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSManagedComponentWrapper100 * int * int[] * Boolean[] -> unit
override this.HostCanProcess : Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSManagedComponentWrapper100 * int * int[] * Boolean[] -> unit
Public Sub HostCanProcess (wrapper As IDTSManagedComponentWrapper100, inputCount As Integer, inputIDs As Integer(), ByRef canProcess As Boolean())
Paramètres
- wrapper
- IDTSManagedComponentWrapper100
Wrapper.
- inputCount
- Int32
Nombre d'entrées.
- inputIDs
- Int32[]
Identificateur d'entrée.
- canProcess
- Boolean[]
True si l’hôte de composant managé peut traiter ; sinon, false.