IDTSManagedComponentWrapper100 接口

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

Represents the DTS managed component wrapper.

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

语法

声明
<GuidAttribute("DE6FBC6F-4871-4CED-8EBC-D7DD96DC42FF")> _
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
Public Interface IDTSManagedComponentWrapper100
用法
Dim instance As IDTSManagedComponentWrapper100
[GuidAttribute("DE6FBC6F-4871-4CED-8EBC-D7DD96DC42FF")]
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
public interface IDTSManagedComponentWrapper100
[GuidAttribute(L"DE6FBC6F-4871-4CED-8EBC-D7DD96DC42FF")]
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
public interface class IDTSManagedComponentWrapper100
[<GuidAttribute("DE6FBC6F-4871-4CED-8EBC-D7DD96DC42FF")>]
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
type IDTSManagedComponentWrapper100 =  interface end
public interface IDTSManagedComponentWrapper100

IDTSManagedComponentWrapper100 类型公开以下成员。

方法

  名称 说明
公共方法 AddBLOBData 基础结构。Adds BLOB data for the IDTSManagedComponentWrapper100.
公共方法 AddBLOBDataLen 基础结构。Adds BLOB data for the IDTSManagedComponentWrapper100.
公共方法 GetBLOBData 基础结构。Gets the BLOB data.
公共方法 WrapperAcquireConnections 基础结构。Acquires connection for the component wrapper.
公共方法 WrapperDeleteExternalMetadataColumn 基础结构。Deletes external metadata column from the wrapper.
公共方法 WrapperDeleteInput 基础结构。Deletes an input from the wrapper.
公共方法 WrapperDeleteOutput 基础结构。Deletes an output from the wrapper.
公共方法 WrapperDeleteOutputColumn 基础结构。Deletes an output column for the wrapper.
公共方法 WrapperDescribeRedirectedErrorCode 基础结构。Describes the redirected error codes for the wrapper.
公共方法 WrapperInsertExternalMetadataColumnAt 基础结构。Inserts an external metadata at a specified column.
公共方法 WrapperInsertInput 基础结构。Inserts an input from the wrapper.
公共方法 WrapperInsertOutput 基础结构。Inserts an output from the wrapper.
公共方法 WrapperInsertOutputColumnAt 基础结构。Inserts an output from the wrapper at a specified column.
公共方法 WrapperMapInputColumn 基础结构。Locates an input column of the wrapper.
公共方法 WrapperMapOutputColumn 基础结构。Locates an output column of the wrapper.
公共方法 WrapperOnDeletingInputColumn 基础结构。Deletes an input column.
公共方法 WrapperOnInputPathAttached 基础结构。Represents the event occurred when an input path is attached.
公共方法 WrapperOnInputPathDetached 基础结构。Represents the event occurred when an input path is detached.
公共方法 WrapperOnOutputPathAttached 基础结构。Represents the event occurred when an output path is attached.
公共方法 WrapperProvideComponentProperties 基础结构。Provides component properties for the wrapper.
公共方法 WrapperReinitializeMetaData 基础结构。Reinitializes the metadata for the wrapper.
公共方法 WrapperReleaseConnections 基础结构。Releases the wrapper connection.
公共方法 WrapperSetComponentProperty 基础结构。Sets the component property for the wrapper.
公共方法 WrapperSetExternalMetadataColumnDataTypeProperties 基础结构。Sets an external metadata column datatype properties for the wrapper.
公共方法 WrapperSetExternalMetadataColumnProperty 基础结构。Sets the external metadata column property of the wrapper.
公共方法 WrapperSetInputColumnProperty 基础结构。Sets the input column property.
公共方法 WrapperSetInputProperty 基础结构。Sets the input property of the wrapper.
公共方法 WrapperSetOutputColumnDataTypeProperties 基础结构。Sets the output column data type properties.
公共方法 WrapperSetOutputColumnProperty 基础结构。Sets the output column property of the wrapper.
公共方法 WrapperSetOutputProperty 基础结构。Sets the output property of the wrapper.
公共方法 WrapperSetUsageType 基础结构。Sets the usage type for the wrapper.
公共方法 WrapperValidate 基础结构。Validates the wrapper.

页首

请参阅

参考

Microsoft.SqlServer.Dts.Pipeline.Wrapper 命名空间