此 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.