Freigeben über


IDTSManagedComponentWrapper100-Schnittstelle

Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

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

Der IDTSManagedComponentWrapper100-Typ macht folgende Elemente verfügbar.

Methoden

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

Zum Anfang

Siehe auch

Verweis

Microsoft.SqlServer.Dts.Pipeline.Wrapper-Namespace