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. |
页首