Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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 | |
|---|---|---|
![]() |
AddBLOBData | Infrastruktur Adds BLOB data for the IDTSManagedComponentWrapper100. |
![]() |
AddBLOBDataLen | Infrastruktur Adds BLOB data for the IDTSManagedComponentWrapper100. |
![]() |
GetBLOBData | Infrastruktur Gets the BLOB data. |
![]() |
WrapperAcquireConnections | Infrastruktur Acquires connection for the component wrapper. |
![]() |
WrapperDeleteExternalMetadataColumn | Infrastruktur Deletes external metadata column from the wrapper. |
![]() |
WrapperDeleteInput | Infrastruktur Deletes an input from the wrapper. |
![]() |
WrapperDeleteOutput | Infrastruktur Deletes an output from the wrapper. |
![]() |
WrapperDeleteOutputColumn | Infrastruktur Deletes an output column for the wrapper. |
![]() |
WrapperDescribeRedirectedErrorCode | Infrastruktur Describes the redirected error codes for the wrapper. |
![]() |
WrapperInsertExternalMetadataColumnAt | Infrastruktur Inserts an external metadata at a specified column. |
![]() |
WrapperInsertInput | Infrastruktur Inserts an input from the wrapper. |
![]() |
WrapperInsertOutput | Infrastruktur Inserts an output from the wrapper. |
![]() |
WrapperInsertOutputColumnAt | Infrastruktur Inserts an output from the wrapper at a specified column. |
![]() |
WrapperMapInputColumn | Infrastruktur Locates an input column of the wrapper. |
![]() |
WrapperMapOutputColumn | Infrastruktur Locates an output column of the wrapper. |
![]() |
WrapperOnDeletingInputColumn | Infrastruktur Deletes an input column. |
![]() |
WrapperOnInputPathAttached | Infrastruktur Represents the event occurred when an input path is attached. |
![]() |
WrapperOnInputPathDetached | Infrastruktur Represents the event occurred when an input path is detached. |
![]() |
WrapperOnOutputPathAttached | Infrastruktur Represents the event occurred when an output path is attached. |
![]() |
WrapperProvideComponentProperties | Infrastruktur Provides component properties for the wrapper. |
![]() |
WrapperReinitializeMetaData | Infrastruktur Reinitializes the metadata for the wrapper. |
![]() |
WrapperReleaseConnections | Infrastruktur Releases the wrapper connection. |
![]() |
WrapperSetComponentProperty | Infrastruktur Sets the component property for the wrapper. |
![]() |
WrapperSetExternalMetadataColumnDataTypeProperties | Infrastruktur Sets an external metadata column datatype properties for the wrapper. |
![]() |
WrapperSetExternalMetadataColumnProperty | Infrastruktur Sets the external metadata column property of the wrapper. |
![]() |
WrapperSetInputColumnProperty | Infrastruktur Sets the input column property. |
![]() |
WrapperSetInputProperty | Infrastruktur Sets the input property of the wrapper. |
![]() |
WrapperSetOutputColumnDataTypeProperties | Infrastruktur Sets the output column data type properties. |
![]() |
WrapperSetOutputColumnProperty | Infrastruktur Sets the output column property of the wrapper. |
![]() |
WrapperSetOutputProperty | Infrastruktur Sets the output property of the wrapper. |
![]() |
WrapperSetUsageType | Infrastruktur Sets the usage type for the wrapper. |
![]() |
WrapperValidate | Infrastruktur Validates the wrapper. |
Zum Anfang
.gif)