IDTSManagedComponentWrapper100 Interface

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
Public method AddBLOBData Infrastructure. Adds BLOB data for the IDTSManagedComponentWrapper100.
Public method AddBLOBDataLen Infrastructure. Adds BLOB data for the IDTSManagedComponentWrapper100.
Public method GetBLOBData Infrastructure. Gets the BLOB data.
Public method WrapperAcquireConnections Infrastructure. Acquires connection for the component wrapper.
Public method WrapperDeleteExternalMetadataColumn Infrastructure. Deletes external metadata column from the wrapper.
Public method WrapperDeleteInput Infrastructure. Deletes an input from the wrapper.
Public method WrapperDeleteOutput Infrastructure. Deletes an output from the wrapper.
Public method WrapperDeleteOutputColumn Infrastructure. Deletes an output column for the wrapper.
Public method WrapperDescribeRedirectedErrorCode Infrastructure. Describes the redirected error codes for the wrapper.
Public method WrapperInsertExternalMetadataColumnAt Infrastructure. Inserts an external metadata at a specified column.
Public method WrapperInsertInput Infrastructure. Inserts an input from the wrapper.
Public method WrapperInsertOutput Infrastructure. Inserts an output from the wrapper.
Public method WrapperInsertOutputColumnAt Infrastructure. Inserts an output from the wrapper at a specified column.
Public method WrapperMapInputColumn Infrastructure. Locates an input column of the wrapper.
Public method WrapperMapOutputColumn Infrastructure. Locates an output column of the wrapper.
Public method WrapperOnDeletingInputColumn Infrastructure. Deletes an input column.
Public method WrapperOnInputPathAttached Infrastructure. Represents the event occurred when an input path is attached.
Public method WrapperOnInputPathDetached Infrastructure. Represents the event occurred when an input path is detached.
Public method WrapperOnOutputPathAttached Infrastructure. Represents the event occurred when an output path is attached.
Public method WrapperProvideComponentProperties Infrastructure. Provides component properties for the wrapper.
Public method WrapperReinitializeMetaData Infrastructure. Reinitializes the metadata for the wrapper.
Public method WrapperReleaseConnections Infrastructure. Releases the wrapper connection.
Public method WrapperSetComponentProperty Infrastructure. Sets the component property for the wrapper.
Public method WrapperSetExternalMetadataColumnDataTypeProperties Infrastructure. Sets an external metadata column datatype properties for the wrapper.
Public method WrapperSetExternalMetadataColumnProperty Infrastructure. Sets the external metadata column property of the wrapper.
Public method WrapperSetInputColumnProperty Infrastructure. Sets the input column property.
Public method WrapperSetInputProperty Infrastructure. Sets the input property of the wrapper.
Public method WrapperSetOutputColumnDataTypeProperties Infrastructure. Sets the output column data type properties.
Public method WrapperSetOutputColumnProperty Infrastructure. Sets the output column property of the wrapper.
Public method WrapperSetOutputProperty Infrastructure. Sets the output property of the wrapper.
Public method WrapperSetUsageType Infrastructure. Sets the usage type for the wrapper.
Public method WrapperValidate Infrastructure. Validates the wrapper.

Top

See Also

Reference

Microsoft.SqlServer.Dts.Pipeline.Wrapper Namespace