Méthode ManagedComponentHost.HostCanProcess
Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.
Specifies whether the managed component host can process.
Espace de noms : Microsoft.SqlServer.Dts.Pipeline
Assembly : Microsoft.SqlServer.PipelineHost (en Microsoft.SqlServer.PipelineHost.dll)
Syntaxe
'Déclaration
Public Sub HostCanProcess ( _
wrapper As IDTSManagedComponentWrapper100, _
inputCount As Integer, _
inputIDs As Integer(), _
ByRef canProcess As Boolean() _
)
'Utilisation
Dim instance As ManagedComponentHost
Dim wrapper As IDTSManagedComponentWrapper100
Dim inputCount As Integer
Dim inputIDs As Integer()
Dim canProcess As Boolean()
instance.HostCanProcess(wrapper, inputCount, _
inputIDs, canProcess)
public void HostCanProcess(
IDTSManagedComponentWrapper100 wrapper,
int inputCount,
int[] inputIDs,
ref bool[] canProcess
)
public:
virtual void HostCanProcess(
IDTSManagedComponentWrapper100^ wrapper,
int inputCount,
array<int>^ inputIDs,
array<bool>^% canProcess
) sealed
abstract HostCanProcess :
wrapper:IDTSManagedComponentWrapper100 *
inputCount:int *
inputIDs:int[] *
canProcess:bool[] byref -> unit
override HostCanProcess :
wrapper:IDTSManagedComponentWrapper100 *
inputCount:int *
inputIDs:int[] *
canProcess:bool[] byref -> unit
public final function HostCanProcess(
wrapper : IDTSManagedComponentWrapper100,
inputCount : int,
inputIDs : int[],
canProcess : boolean[]
)
Paramètres
- wrapper
Type : Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSManagedComponentWrapper100
The wrapper.
- inputCount
Type : System.Int32
The input count.
- inputIDs
Type : array<System.Int32[]
The input identifier.
- canProcess
Type : array<System.Boolean[]%
True if the managed component host can process; otherwise, false.