此 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. |
上層
.gif)