IDTSManagedComponentWrapper100 接口

此 API 支持 SQL Server 2008 基础结构,但不能通过代码直接使用。

命名空间:  Microsoft.SqlServer.Dts.Pipeline.Wrapper
程序集:  Microsoft.SqlServer.DTSPipelineWrap(在 Microsoft.SqlServer.DTSPipelineWrap.dll 中)

语法

声明
<InterfaceTypeAttribute()> _
<GuidAttribute("4224573F-DFA1-495B-BB8D-E5C6DFCECF1D")> _
Public Interface IDTSManagedComponentWrapper100
用法
Dim instance As IDTSManagedComponentWrapper100
[InterfaceTypeAttribute()]
[GuidAttribute("4224573F-DFA1-495B-BB8D-E5C6DFCECF1D")]
public interface IDTSManagedComponentWrapper100
[InterfaceTypeAttribute()]
[GuidAttribute(L"4224573F-DFA1-495B-BB8D-E5C6DFCECF1D")]
public interface class IDTSManagedComponentWrapper100
[<InterfaceTypeAttribute()>]
[<GuidAttribute("4224573F-DFA1-495B-BB8D-E5C6DFCECF1D")>]
type IDTSManagedComponentWrapper100 =  interface end
public interface IDTSManagedComponentWrapper100

IDTSManagedComponentWrapper100 类型公开以下成员。

方法

  名称 说明
公共方法 AddBLOBData 基础结构。
公共方法 AddBLOBDataLen 基础结构。
公共方法 GetBLOBData 基础结构。
公共方法 WrapperAcquireConnections 基础结构。
公共方法 WrapperDeleteExternalMetadataColumn 基础结构。
公共方法 WrapperDeleteInput 基础结构。
公共方法 WrapperDeleteOutput 基础结构。
公共方法 WrapperDeleteOutputColumn 基础结构。
公共方法 WrapperDescribeRedirectedErrorCode 基础结构。
公共方法 WrapperInsertExternalMetadataColumnAt 基础结构。
公共方法 WrapperInsertInput 基础结构。
公共方法 WrapperInsertOutput 基础结构。
公共方法 WrapperInsertOutputColumnAt 基础结构。
公共方法 WrapperMapInputColumn 基础结构。
公共方法 WrapperMapOutputColumn 基础结构。
公共方法 WrapperOnDeletingInputColumn 基础结构。
公共方法 WrapperOnInputPathAttached 基础结构。
公共方法 WrapperOnInputPathDetached 基础结构。
公共方法 WrapperOnOutputPathAttached 基础结构。
公共方法 WrapperProvideComponentProperties 基础结构。
公共方法 WrapperReinitializeMetaData 基础结构。
公共方法 WrapperReleaseConnections 基础结构。
公共方法 WrapperSetComponentProperty 基础结构。
公共方法 WrapperSetExternalMetadataColumnDataTypeProperties 基础结构。
公共方法 WrapperSetExternalMetadataColumnProperty 基础结构。
公共方法 WrapperSetInputColumnProperty 基础结构。
公共方法 WrapperSetInputProperty 基础结构。
公共方法 WrapperSetOutputColumnDataTypeProperties 基础结构。
公共方法 WrapperSetOutputColumnProperty 基础结构。
公共方法 WrapperSetOutputProperty 基础结构。
公共方法 WrapperSetUsageType 基础结构。
公共方法 WrapperValidate 基础结构。

页首