Compartilhar via


Interface IDTSManagedComponentWrapper100

Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.

Represents the DTS managed component wrapper.

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

Sintaxe

'Declaração
<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

O tipo IDTSManagedComponentWrapper100 expõe os membros a seguir.

Métodos

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

Início

Consulte também

Referência

Namespace Microsoft.SqlServer.Dts.Pipeline.Wrapper