Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Represents the DTS managed component wrapper.
Namespace: Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly: Microsoft.SqlServer.DTSPipelineWrap (in Microsoft.SqlServer.DTSPipelineWrap.dll)
Syntax
'Declaration
<GuidAttribute("DE6FBC6F-4871-4CED-8EBC-D7DD96DC42FF")> _
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
Public Interface IDTSManagedComponentWrapper100
'Usage
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
The IDTSManagedComponentWrapper100 type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() |
AddBLOBData | Infrastructure. Adds BLOB data for the IDTSManagedComponentWrapper100. |
![]() |
AddBLOBDataLen | Infrastructure. Adds BLOB data for the IDTSManagedComponentWrapper100. |
![]() |
GetBLOBData | Infrastructure. Gets the BLOB data. |
![]() |
WrapperAcquireConnections | Infrastructure. Acquires connection for the component wrapper. |
![]() |
WrapperDeleteExternalMetadataColumn | Infrastructure. Deletes external metadata column from the wrapper. |
![]() |
WrapperDeleteInput | Infrastructure. Deletes an input from the wrapper. |
![]() |
WrapperDeleteOutput | Infrastructure. Deletes an output from the wrapper. |
![]() |
WrapperDeleteOutputColumn | Infrastructure. Deletes an output column for the wrapper. |
![]() |
WrapperDescribeRedirectedErrorCode | Infrastructure. Describes the redirected error codes for the wrapper. |
![]() |
WrapperInsertExternalMetadataColumnAt | Infrastructure. Inserts an external metadata at a specified column. |
![]() |
WrapperInsertInput | Infrastructure. Inserts an input from the wrapper. |
![]() |
WrapperInsertOutput | Infrastructure. Inserts an output from the wrapper. |
![]() |
WrapperInsertOutputColumnAt | Infrastructure. Inserts an output from the wrapper at a specified column. |
![]() |
WrapperMapInputColumn | Infrastructure. Locates an input column of the wrapper. |
![]() |
WrapperMapOutputColumn | Infrastructure. Locates an output column of the wrapper. |
![]() |
WrapperOnDeletingInputColumn | Infrastructure. Deletes an input column. |
![]() |
WrapperOnInputPathAttached | Infrastructure. Represents the event occurred when an input path is attached. |
![]() |
WrapperOnInputPathDetached | Infrastructure. Represents the event occurred when an input path is detached. |
![]() |
WrapperOnOutputPathAttached | Infrastructure. Represents the event occurred when an output path is attached. |
![]() |
WrapperProvideComponentProperties | Infrastructure. Provides component properties for the wrapper. |
![]() |
WrapperReinitializeMetaData | Infrastructure. Reinitializes the metadata for the wrapper. |
![]() |
WrapperReleaseConnections | Infrastructure. Releases the wrapper connection. |
![]() |
WrapperSetComponentProperty | Infrastructure. Sets the component property for the wrapper. |
![]() |
WrapperSetExternalMetadataColumnDataTypeProperties | Infrastructure. Sets an external metadata column datatype properties for the wrapper. |
![]() |
WrapperSetExternalMetadataColumnProperty | Infrastructure. Sets the external metadata column property of the wrapper. |
![]() |
WrapperSetInputColumnProperty | Infrastructure. Sets the input column property. |
![]() |
WrapperSetInputProperty | Infrastructure. Sets the input property of the wrapper. |
![]() |
WrapperSetOutputColumnDataTypeProperties | Infrastructure. Sets the output column data type properties. |
![]() |
WrapperSetOutputColumnProperty | Infrastructure. Sets the output column property of the wrapper. |
![]() |
WrapperSetOutputProperty | Infrastructure. Sets the output property of the wrapper. |
![]() |
WrapperSetUsageType | Infrastructure. Sets the usage type for the wrapper. |
![]() |
WrapperValidate | Infrastructure. Validates the wrapper. |
Top