ManagedComponentHost.HostDeleteOutputColumn 方法
此 API 支持 SQL Server 2012 基础结构,但不能通过代码直接使用。
Deletes the component host output column.
命名空间: Microsoft.SqlServer.Dts.Pipeline
程序集: Microsoft.SqlServer.PipelineHost(在 Microsoft.SqlServer.PipelineHost.dll 中)
语法
声明
Public Sub HostDeleteOutputColumn ( _
wrapper As IDTSManagedComponentWrapper100, _
outputID As Integer, _
outputColumnID As Integer _
)
用法
Dim instance As ManagedComponentHost
Dim wrapper As IDTSManagedComponentWrapper100
Dim outputID As Integer
Dim outputColumnID As Integer
instance.HostDeleteOutputColumn(wrapper, _
outputID, outputColumnID)
public void HostDeleteOutputColumn(
IDTSManagedComponentWrapper100 wrapper,
int outputID,
int outputColumnID
)
public:
virtual void HostDeleteOutputColumn(
IDTSManagedComponentWrapper100^ wrapper,
int outputID,
int outputColumnID
) sealed
abstract HostDeleteOutputColumn :
wrapper:IDTSManagedComponentWrapper100 *
outputID:int *
outputColumnID:int -> unit
override HostDeleteOutputColumn :
wrapper:IDTSManagedComponentWrapper100 *
outputID:int *
outputColumnID:int -> unit
public final function HostDeleteOutputColumn(
wrapper : IDTSManagedComponentWrapper100,
outputID : int,
outputColumnID : int
)
参数
- wrapper
类型:Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSManagedComponentWrapper100
The component wrapper.
- outputID
类型:System.Int32
The output identifier.
- outputColumnID
类型:System.Int32
The output column identifier.
实现
IDTSManagedComponentHost100.HostDeleteOutputColumn(IDTSManagedComponentWrapper100, Int32, Int32)