Freigeben über


IDTSManagedComponentHost100-Schnittstelle

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

Contains hosts for the IDTSManagedComponent100 objects.

Namespace:  Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly:  Microsoft.SqlServer.DTSPipelineWrap (in Microsoft.SqlServer.DTSPipelineWrap.dll)

Syntax

'Declaration
<GuidAttribute("F015652A-5DBB-41B2-8BB6-AA9E8CB88791")> _
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
Public Interface IDTSManagedComponentHost100
'Usage
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

Der IDTSManagedComponentHost100-Typ macht folgende Elemente verfügbar.

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft HostBufferManager Infrastruktur Sets the buffer manager instance of the host.
Öffentliche Eigenschaft HostComponentMetaData Infrastruktur Sets the component metadata instance of the host.
Öffentliche Eigenschaft HostEventInfos Infrastruktur Sets the event information instance of the host.
Öffentliche Eigenschaft HostLogEntryInfos Infrastruktur Sets the log entry information instance of the host.
Öffentliche Eigenschaft HostReferenceTracker Sets the reference tracker instance of the host.
Öffentliche Eigenschaft HostVariableDispenser Infrastruktur Sets the variable dispenser instance of the host.

Zum Anfang

Methoden

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

Zum Anfang

Siehe auch

Verweis

Microsoft.SqlServer.Dts.Pipeline.Wrapper-Namespace