Partager via


Interface IDTSManagedComponentWrapper100

Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.

Represents the DTS managed component wrapper.

Espace de noms :  Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly :  Microsoft.SqlServer.DTSPipelineWrap (en Microsoft.SqlServer.DTSPipelineWrap.dll)

Syntaxe

'Déclaration
<GuidAttribute("DE6FBC6F-4871-4CED-8EBC-D7DD96DC42FF")> _
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
Public Interface IDTSManagedComponentWrapper100
'Utilisation
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

Le type IDTSManagedComponentWrapper100 expose les membres suivants.

Méthodes

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

Haut de la page

Voir aussi

Référence

Espace de noms Microsoft.SqlServer.Dts.Pipeline.Wrapper