共用方式為


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 命名空間