Partager via


Interface IDTSManagedComponentHost100

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

Contains hosts for the IDTSManagedComponent100 objects.

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

Syntaxe

'Déclaration
<GuidAttribute("F015652A-5DBB-41B2-8BB6-AA9E8CB88791")> _
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
Public Interface IDTSManagedComponentHost100
'Utilisation
Dim instance As IDTSManagedComponentHost100
[GuidAttribute("F015652A-5DBB-41B2-8BB6-AA9E8CB88791")]
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
public interface IDTSManagedComponentHost100
[GuidAttribute(L"F015652A-5DBB-41B2-8BB6-AA9E8CB88791")]
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
public interface class IDTSManagedComponentHost100
[<GuidAttribute("F015652A-5DBB-41B2-8BB6-AA9E8CB88791")>]
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
type IDTSManagedComponentHost100 =  interface end
public interface IDTSManagedComponentHost100

Le type IDTSManagedComponentHost100 expose les membres suivants.

Propriétés

  Nom Description
Propriété publique HostBufferManager Infrastructure. Sets the buffer manager instance of the host.
Propriété publique HostComponentMetaData Infrastructure. Sets the component metadata instance of the host.
Propriété publique HostEventInfos Infrastructure. Sets the event information instance of the host.
Propriété publique HostLogEntryInfos Infrastructure. Sets the log entry information instance of the host.
Propriété publique HostReferenceTracker Sets the reference tracker instance of the host.
Propriété publique HostVariableDispenser Infrastructure. Sets the variable dispenser instance of the host.

Haut de la page

Méthodes

  Nom Description
Méthode publique HostAcquireConnections Infrastructure. Acquires host connections.
Méthode publique HostCheckAndPerformUpgrade Infrastructure. Checks the host and performs upgrade.
Méthode publique HostCleanup Infrastructure. Performs a host cleanup.
Méthode publique HostDeleteExternalMetadataColumn Infrastructure. Deletes the host external metadata column.
Méthode publique HostDeleteInput Infrastructure. Deletes the input associated with t6he host.
Méthode publique HostDeleteOutput Infrastructure. Deletes output associated with the host.
Méthode publique HostDeleteOutputColumn Infrastructure. Deletes host output column.
Méthode publique HostDescribeRedirectedErrorCode Infrastructure. Describes the redirected error codes for the host.
Méthode publique HostInsertExternalMetadataColumnAt Infrastructure. Inserts host metadata column at specified index.
Méthode publique HostInsertInput Infrastructure. Inserts host input.
Méthode publique HostInsertOutput Infrastructure. Inserts host output.
Méthode publique HostInsertOutputColumnAt Infrastructure. Inserts host output column at specified index.
Méthode publique HostMapInputColumn Infrastructure. Locates the host input column.
Méthode publique HostMapOutputColumn Infrastructure. Locates the host output column.
Méthode publique HostOnDeletingInputColumn Infrastructure. Represents an event when the host deletes the input column.
Méthode publique HostOnInputPathAttached Infrastructure. Represents an event when host attaches the input path.
Méthode publique HostOnInputPathDetached Infrastructure. Represents an event when the host detaches the input path.
Méthode publique HostOnOutputPathAttached Infrastructure. Represents an event when the host attaches the output path.
Méthode publique HostPostExecute Infrastructure. Specifies the host after execution.
Méthode publique HostPreExecute Infrastructure. Specifies the host before execution.
Méthode publique HostPrepareForExecute Infrastructure. Prepares the host for execution.
Méthode publique HostPrimeOutput Represents the host prime output.
Méthode publique HostProcessInput Infrastructure. Represents the host prime input.
Méthode publique HostProvideComponentProperties Infrastructure. Provides the component properties for the host.
Méthode publique HostReinitializeMetaData Infrastructure. Reinitializes the host metadata.
Méthode publique HostReleaseConnections Infrastructure. Releases the host connection.
Méthode publique HostSetComponentProperty Infrastructure. Sets the host component property.
Méthode publique HostSetExternalMetadataColumnDataTypeProperties Infrastructure. Sets the host external metadata column data type properties.
Méthode publique HostSetExternalMetadataColumnProperty Infrastructure. Sets the host external metadata column property.
Méthode publique HostSetInputColumnProperty Infrastructure. Sets the host input column property.
Méthode publique HostSetInputProperty Infrastructure. Sets the host input property.
Méthode publique HostSetOutputColumnDataTypeProperties Infrastructure. Sets the host output column data type properties.
Méthode publique HostSetOutputColumnProperty Sets the host output column property.
Méthode publique HostSetOutputProperty Infrastructure. Sets the host output property.
Méthode publique HostSetUsageType Infrastructure. Sets the host usage type.
Méthode publique HostValidate Infrastructure. Validates the host.
Méthode publique Instantiate Infrastructure. Instantiates the IDTSManagedComponentHost100.

Haut de la page

Voir aussi

Référence

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