IDTSManagedComponentWrapper100 Interface

Définition

Représente le wrapper du composant DTS managé.

public interface class IDTSManagedComponentWrapper100
[System.Runtime.InteropServices.Guid("1F31C67A-3928-47C5-B3A2-ADE736AB9FA9")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IDTSManagedComponentWrapper100
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
[System.Runtime.InteropServices.Guid("CF135EC8-BB8C-4D9B-9BD0-C6E71CF24C8F")]
public interface IDTSManagedComponentWrapper100
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
[System.Runtime.InteropServices.Guid("1F0DFD1C-7774-4FF5-A5F0-84ED736BF6A7")]
public interface IDTSManagedComponentWrapper100
[<System.Runtime.InteropServices.Guid("1F31C67A-3928-47C5-B3A2-ADE736AB9FA9")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IDTSManagedComponentWrapper100 = interface
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
[<System.Runtime.InteropServices.Guid("CF135EC8-BB8C-4D9B-9BD0-C6E71CF24C8F")>]
type IDTSManagedComponentWrapper100 = interface
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
[<System.Runtime.InteropServices.Guid("1F0DFD1C-7774-4FF5-A5F0-84ED736BF6A7")>]
type IDTSManagedComponentWrapper100 = interface
Public Interface IDTSManagedComponentWrapper100
Attributs

Méthodes

AddBLOBData(IDTSBuffer100, Int32, Int32, Byte[])

Ajoute des données BLOB pour IDTSManagedComponentWrapper100.

AddBLOBDataLen(IDTSBuffer100, Int32, Int32, Byte[], UInt32)

Ajoute des données BLOB pour IDTSManagedComponentWrapper100.

GetBLOBData(IDTSBuffer100, Int32, Int32, UInt32, UInt32)

Obtient les données BLOB.

WrapperAcquireConnections(Object)

Acquiert la connexion pour le wrapper du composant.

WrapperDeleteExternalMetadataColumn(Int32, Int32)

Supprime une colonne de métadonnées externes du wrapper.

WrapperDeleteInput(Int32)

Supprime une entrée du wrapper.

WrapperDeleteOutput(Int32)

Supprime une sortie du wrapper.

WrapperDeleteOutputColumn(Int32, Int32)

Supprime une colonne de sortie du wrapper.

WrapperDescribeRedirectedErrorCode(Int32)

Décrit les codes d'erreur redirigés pour le wrapper.

WrapperInsertExternalMetadataColumnAt(Int32, Int32, String, String)

Insère les métadonnées externes au niveau d'une colonne spécifiée.

WrapperInsertInput(DTSInsertPlacement, Int32)

Insère une entrée à partir du wrapper.

WrapperInsertOutput(DTSInsertPlacement, Int32)

Insère une sortie à partir du wrapper.

WrapperInsertOutputColumnAt(Int32, Int32, String, String)

Insère une sortie à partir du wrapper au niveau de la colonne spécifiée.

WrapperMapInputColumn(Int32, Int32, Int32)

Localise une colonne d'entrée du wrapper.

WrapperMapOutputColumn(Int32, Int32, Int32, Boolean)

Localise une colonne de sortie du wrapper.

WrapperOnDeletingInputColumn(Int32, Int32)

Supprime une colonne d'entrée.

WrapperOnInputPathAttached(Int32)

Représente l'événement qui se produit lorsqu'un chemin d'entrée est attaché.

WrapperOnInputPathDetached(Int32)

Représente l'événement qui se produit lorsqu'un chemin d'entrée est détaché.

WrapperOnOutputPathAttached(Int32)

Représente l'événement qui se produit lorsqu'un chemin de sortie est attaché.

WrapperProvideComponentProperties()

Fournit des propriétés de composant pour le wrapper.

WrapperReinitializeMetaData()

Réinitialise les métadonnées pour le wrapper.

WrapperReleaseConnections()

Libère la connexion du wrapper.

WrapperSetComponentProperty(String, Object)

Définit la propriété du composant pour le wrapper.

WrapperSetExternalMetadataColumnDataTypeProperties(Int32, Int32, DataType, Int32, Int32, Int32, Int32)

Définit les propriétés de type de données d'une colonne de métadonnées externes pour le wrapper.

WrapperSetExternalMetadataColumnProperty(Int32, Int32, String, Object)

Définit la propriété de la colonne de métadonnées externes pour le wrapper.

WrapperSetInputColumnProperty(Int32, Int32, String, Object)

Définit la propriété de la colonne d'entrée.

WrapperSetInputProperty(Int32, String, Object)

Définit la propriété d'entrée du wrapper.

WrapperSetOutputColumnDataTypeProperties(Int32, Int32, DataType, Int32, Int32, Int32, Int32)

Définit les propriétés de type de données de la colonne de sortie.

WrapperSetOutputColumnProperty(Int32, Int32, String, Object)

Définit la propriété de la colonne de sortie du wrapper.

WrapperSetOutputProperty(Int32, String, Object)

Définit la propriété de sortie du wrapper.

WrapperSetUsageType(Int32, IDTSVirtualInput100, Int32, DTSUsageType)

Définit le type d'utilisation pour le wrapper.

WrapperValidate()

Valide le wrapper.

S’applique à