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