Compartir a través de


Interfaz IDTSManagedComponentWrapper100

Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.

Represents the DTS managed component wrapper.

Espacio de nombres:  Microsoft.SqlServer.Dts.Pipeline.Wrapper
Ensamblado:  Microsoft.SqlServer.DTSPipelineWrap (en Microsoft.SqlServer.DTSPipelineWrap.dll)

Sintaxis

'Declaración
<GuidAttribute("DE6FBC6F-4871-4CED-8EBC-D7DD96DC42FF")> _
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
Public Interface IDTSManagedComponentWrapper100
'Uso
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

El tipo IDTSManagedComponentWrapper100 expone los siguientes miembros.

Métodos

  Nombre Descripción
Método público AddBLOBData Infraestructura. Adds BLOB data for the IDTSManagedComponentWrapper100.
Método público AddBLOBDataLen Infraestructura. Adds BLOB data for the IDTSManagedComponentWrapper100.
Método público GetBLOBData Infraestructura. Gets the BLOB data.
Método público WrapperAcquireConnections Infraestructura. Acquires connection for the component wrapper.
Método público WrapperDeleteExternalMetadataColumn Infraestructura. Deletes external metadata column from the wrapper.
Método público WrapperDeleteInput Infraestructura. Deletes an input from the wrapper.
Método público WrapperDeleteOutput Infraestructura. Deletes an output from the wrapper.
Método público WrapperDeleteOutputColumn Infraestructura. Deletes an output column for the wrapper.
Método público WrapperDescribeRedirectedErrorCode Infraestructura. Describes the redirected error codes for the wrapper.
Método público WrapperInsertExternalMetadataColumnAt Infraestructura. Inserts an external metadata at a specified column.
Método público WrapperInsertInput Infraestructura. Inserts an input from the wrapper.
Método público WrapperInsertOutput Infraestructura. Inserts an output from the wrapper.
Método público WrapperInsertOutputColumnAt Infraestructura. Inserts an output from the wrapper at a specified column.
Método público WrapperMapInputColumn Infraestructura. Locates an input column of the wrapper.
Método público WrapperMapOutputColumn Infraestructura. Locates an output column of the wrapper.
Método público WrapperOnDeletingInputColumn Infraestructura. Deletes an input column.
Método público WrapperOnInputPathAttached Infraestructura. Represents the event occurred when an input path is attached.
Método público WrapperOnInputPathDetached Infraestructura. Represents the event occurred when an input path is detached.
Método público WrapperOnOutputPathAttached Infraestructura. Represents the event occurred when an output path is attached.
Método público WrapperProvideComponentProperties Infraestructura. Provides component properties for the wrapper.
Método público WrapperReinitializeMetaData Infraestructura. Reinitializes the metadata for the wrapper.
Método público WrapperReleaseConnections Infraestructura. Releases the wrapper connection.
Método público WrapperSetComponentProperty Infraestructura. Sets the component property for the wrapper.
Método público WrapperSetExternalMetadataColumnDataTypeProperties Infraestructura. Sets an external metadata column datatype properties for the wrapper.
Método público WrapperSetExternalMetadataColumnProperty Infraestructura. Sets the external metadata column property of the wrapper.
Método público WrapperSetInputColumnProperty Infraestructura. Sets the input column property.
Método público WrapperSetInputProperty Infraestructura. Sets the input property of the wrapper.
Método público WrapperSetOutputColumnDataTypeProperties Infraestructura. Sets the output column data type properties.
Método público WrapperSetOutputColumnProperty Infraestructura. Sets the output column property of the wrapper.
Método público WrapperSetOutputProperty Infraestructura. Sets the output property of the wrapper.
Método público WrapperSetUsageType Infraestructura. Sets the usage type for the wrapper.
Método público WrapperValidate Infraestructura. Validates the wrapper.

Arriba

Vea también

Referencia

Espacio de nombres Microsoft.SqlServer.Dts.Pipeline.Wrapper