IDTSMultiInputComponentHost100.HostCanProcess 메서드
이 API는 SQL Server 2012 인프라를 지원하기 위한 것으로 코드에서 직접 사용할 수 없습니다.
Indicates whether component host can process the specified number of inputs.
네임스페이스: Microsoft.SqlServer.Dts.Pipeline.Wrapper
어셈블리: Microsoft.SqlServer.DTSPipelineWrap(Microsoft.SqlServer.DTSPipelineWrap.dll)
구문
‘선언
Sub HostCanProcess ( _
pWrapper As IDTSManagedComponentWrapper100, _
inputCount As Integer, _
inputIDs As Integer(), _
ByRef pCanProcess As Boolean() _
)
‘사용 방법
Dim instance As IDTSMultiInputComponentHost100
Dim pWrapper As IDTSManagedComponentWrapper100
Dim inputCount As Integer
Dim inputIDs As Integer()
Dim pCanProcess As Boolean()
instance.HostCanProcess(pWrapper, inputCount, _
inputIDs, pCanProcess)
void HostCanProcess(
IDTSManagedComponentWrapper100 pWrapper,
int inputCount,
int[] inputIDs,
ref bool[] pCanProcess
)
void HostCanProcess(
[InAttribute] IDTSManagedComponentWrapper100^ pWrapper,
[InAttribute] int inputCount,
[InAttribute] array<int>^ inputIDs,
array<bool>^% pCanProcess
)
abstract HostCanProcess :
pWrapper:IDTSManagedComponentWrapper100 *
inputCount:int *
inputIDs:int[] *
pCanProcess:bool[] byref -> unit
function HostCanProcess(
pWrapper : IDTSManagedComponentWrapper100,
inputCount : int,
inputIDs : int[],
pCanProcess : boolean[]
)
매개 변수
- pWrapper
유형: Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSManagedComponentWrapper100
The managed component wrapper.
- inputCount
유형: System.Int32
The input count.
- inputIDs
유형: array<System.Int32[]
When this method returns, contains an array of input identifiers. This parameter is passed uninitialized.
- pCanProcess
유형: array<System.Boolean[]%
When this method returns, contains an array of Boolean that indicates if the host component can process the specified number of inputs. This parameter is passed uninitialized.