IDTSManagedComponentWrapper100 Interface

 

This API supports the product infrastructure and is not intended to be used directly from your code.

Represents the DTS managed component wrapper.

Namespace:   Microsoft.SqlServer.Dts.Pipeline.Wrapper.Sql2012
Assembly:  Microsoft.SqlServer.DTSPipelineWrap (in Microsoft.SqlServer.DTSPipelineWrap.dll)

[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
[GuidAttribute("DE6FBC6F-4871-4CED-8EBC-D7DD96DC42FF")]
public interface class IDTSManagedComponentWrapper100

NameDescription
System_CAPS_pubmethodAddBLOBData(IDTSBuffer100^, Int32, Int32, array<Byte>^%)

This API supports the product infrastructure and is not intended to be used directly from your code.

Adds BLOB data for the IDTSManagedComponentWrapper100.

System_CAPS_pubmethodAddBLOBDataLen(IDTSBuffer100^, Int32, Int32, array<Byte>^%, UInt32)

This API supports the product infrastructure and is not intended to be used directly from your code.

Adds BLOB data for the IDTSManagedComponentWrapper100.

System_CAPS_pubmethodGetBLOBData(IDTSBuffer100^, Int32, Int32, UInt32, UInt32)

This API supports the product infrastructure and is not intended to be used directly from your code.

Gets the BLOB data.

System_CAPS_pubmethodWrapperAcquireConnections(Object^)

This API supports the product infrastructure and is not intended to be used directly from your code.

Acquires connection for the component wrapper.

System_CAPS_pubmethodWrapperDeleteExternalMetadataColumn(Int32, Int32)

This API supports the product infrastructure and is not intended to be used directly from your code.

Deletes external metadata column from the wrapper.

System_CAPS_pubmethodWrapperDeleteInput(Int32)

This API supports the product infrastructure and is not intended to be used directly from your code.

Deletes an input from the wrapper.

System_CAPS_pubmethodWrapperDeleteOutput(Int32)

This API supports the product infrastructure and is not intended to be used directly from your code.

Deletes an output from the wrapper.

System_CAPS_pubmethodWrapperDeleteOutputColumn(Int32, Int32)

This API supports the product infrastructure and is not intended to be used directly from your code.

Deletes an output column for the wrapper.

System_CAPS_pubmethodWrapperDescribeRedirectedErrorCode(Int32)

This API supports the product infrastructure and is not intended to be used directly from your code.

Describes the redirected error codes for the wrapper.

System_CAPS_pubmethodWrapperInsertExternalMetadataColumnAt(Int32, Int32, String^, String^)

This API supports the product infrastructure and is not intended to be used directly from your code.

Inserts an external metadata at a specified column.

System_CAPS_pubmethodWrapperInsertInput(DTSInsertPlacement, Int32)

This API supports the product infrastructure and is not intended to be used directly from your code.

Inserts an input from the wrapper.

System_CAPS_pubmethodWrapperInsertOutput(DTSInsertPlacement, Int32)

This API supports the product infrastructure and is not intended to be used directly from your code.

Inserts an output from the wrapper.

System_CAPS_pubmethodWrapperInsertOutputColumnAt(Int32, Int32, String^, String^)

This API supports the product infrastructure and is not intended to be used directly from your code.

Inserts an output from the wrapper at a specified column.

System_CAPS_pubmethodWrapperMapInputColumn(Int32, Int32, Int32)

System_CAPS_pubmethodWrapperMapOutputColumn(Int32, Int32, Int32, Boolean)

This API supports the product infrastructure and is not intended to be used directly from your code.

Locates an output column of the wrapper.

System_CAPS_pubmethodWrapperOnDeletingInputColumn(Int32, Int32)

This API supports the product infrastructure and is not intended to be used directly from your code.

Deletes an input column.

System_CAPS_pubmethodWrapperOnInputPathAttached(Int32)

This API supports the product infrastructure and is not intended to be used directly from your code.

Represents the event occurred when an input path is attached.

System_CAPS_pubmethodWrapperOnInputPathDetached(Int32)

This API supports the product infrastructure and is not intended to be used directly from your code.

Represents the event occurred when an input path is detached.

System_CAPS_pubmethodWrapperOnOutputPathAttached(Int32)

This API supports the product infrastructure and is not intended to be used directly from your code.

Represents the event occurred when an output path is attached.

System_CAPS_pubmethodWrapperProvideComponentProperties()

This API supports the product infrastructure and is not intended to be used directly from your code.

Provides component properties for the wrapper.

System_CAPS_pubmethodWrapperReinitializeMetaData()

This API supports the product infrastructure and is not intended to be used directly from your code.

Reinitializes the metadata for the wrapper.

System_CAPS_pubmethodWrapperReleaseConnections()

This API supports the product infrastructure and is not intended to be used directly from your code.

Releases the wrapper connection.

System_CAPS_pubmethodWrapperSetComponentProperty(String^, Object^)

This API supports the product infrastructure and is not intended to be used directly from your code.

Sets the component property for the wrapper.

System_CAPS_pubmethodWrapperSetExternalMetadataColumnDataTypeProperties(Int32, Int32, DataType, Int32, Int32, Int32, Int32)

This API supports the product infrastructure and is not intended to be used directly from your code.

Sets an external metadata column datatype properties for the wrapper.

System_CAPS_pubmethodWrapperSetExternalMetadataColumnProperty(Int32, Int32, String^, Object^)

This API supports the product infrastructure and is not intended to be used directly from your code.

Sets the external metadata column property of the wrapper.

System_CAPS_pubmethodWrapperSetInputColumnProperty(Int32, Int32, String^, Object^)

This API supports the product infrastructure and is not intended to be used directly from your code.

Sets the input column property.

System_CAPS_pubmethodWrapperSetInputProperty(Int32, String^, Object^)

This API supports the product infrastructure and is not intended to be used directly from your code.

Sets the input property of the wrapper.

System_CAPS_pubmethodWrapperSetOutputColumnDataTypeProperties(Int32, Int32, DataType, Int32, Int32, Int32, Int32)

This API supports the product infrastructure and is not intended to be used directly from your code.

Sets the output column data type properties.

System_CAPS_pubmethodWrapperSetOutputColumnProperty(Int32, Int32, String^, Object^)

This API supports the product infrastructure and is not intended to be used directly from your code.

Sets the output column property of the wrapper.

System_CAPS_pubmethodWrapperSetOutputProperty(Int32, String^, Object^)

This API supports the product infrastructure and is not intended to be used directly from your code.

Sets the output property of the wrapper.

System_CAPS_pubmethodWrapperSetUsageType(Int32, IDTSVirtualInput100^, Int32, DTSUsageType)

This API supports the product infrastructure and is not intended to be used directly from your code.

Sets the usage type for the wrapper.

System_CAPS_pubmethodWrapperValidate()

This API supports the product infrastructure and is not intended to be used directly from your code.

Validates the wrapper.

Return to top
Show: