ManagedComponentHost.HostSetUsageType 메서드
이 API는 SQL Server 2012 인프라를 지원하기 위한 것으로 코드에서 직접 사용할 수 없습니다.
Sets the usage type of the host.
네임스페이스: Microsoft.SqlServer.Dts.Pipeline
어셈블리: Microsoft.SqlServer.PipelineHost(Microsoft.SqlServer.PipelineHost.dll)
구문
‘선언
Public Function HostSetUsageType ( _
wrapper As IDTSManagedComponentWrapper100, _
inputID As Integer, _
virtualInput As IDTSVirtualInput100, _
lineageID As Integer, _
usageType As DTSUsageType _
) As IDTSInputColumn100
‘사용 방법
Dim instance As ManagedComponentHost
Dim wrapper As IDTSManagedComponentWrapper100
Dim inputID As Integer
Dim virtualInput As IDTSVirtualInput100
Dim lineageID As Integer
Dim usageType As DTSUsageType
Dim returnValue As IDTSInputColumn100
returnValue = instance.HostSetUsageType(wrapper, _
inputID, virtualInput, lineageID, _
usageType)
public IDTSInputColumn100 HostSetUsageType(
IDTSManagedComponentWrapper100 wrapper,
int inputID,
IDTSVirtualInput100 virtualInput,
int lineageID,
DTSUsageType usageType
)
public:
virtual IDTSInputColumn100^ HostSetUsageType(
IDTSManagedComponentWrapper100^ wrapper,
int inputID,
IDTSVirtualInput100^ virtualInput,
int lineageID,
DTSUsageType usageType
) sealed
abstract HostSetUsageType :
wrapper:IDTSManagedComponentWrapper100 *
inputID:int *
virtualInput:IDTSVirtualInput100 *
lineageID:int *
usageType:DTSUsageType -> IDTSInputColumn100
override HostSetUsageType :
wrapper:IDTSManagedComponentWrapper100 *
inputID:int *
virtualInput:IDTSVirtualInput100 *
lineageID:int *
usageType:DTSUsageType -> IDTSInputColumn100
public final function HostSetUsageType(
wrapper : IDTSManagedComponentWrapper100,
inputID : int,
virtualInput : IDTSVirtualInput100,
lineageID : int,
usageType : DTSUsageType
) : IDTSInputColumn100
매개 변수
- wrapper
유형: Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSManagedComponentWrapper100
The component wrapper.
- inputID
유형: System.Int32
The input identifier.
- virtualInput
유형: Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSVirtualInput100
The virtual input.
- lineageID
유형: System.Int32
The lineage identifier.
- usageType
유형: Microsoft.SqlServer.Dts.Pipeline.Wrapper.DTSUsageType
The usage type.
반환 값
유형: Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSInputColumn100
The usage type of the host.