Поделиться через


Интерфейс IDTSManagedComponentHost100

Этот API-интерфейс поддерживает инфраструктуру SQL Server 2012 и не предназначен для использования непосредственно из кода.

Contains hosts for the IDTSManagedComponent100 objects.

Пространство имен:  Microsoft.SqlServer.Dts.Pipeline.Wrapper
Сборка:  Microsoft.SqlServer.DTSPipelineWrap (в Microsoft.SqlServer.DTSPipelineWrap.dll)

Синтаксис

'Декларация
<GuidAttribute("F015652A-5DBB-41B2-8BB6-AA9E8CB88791")> _
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
Public Interface IDTSManagedComponentHost100
'Применение
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

Тип IDTSManagedComponentHost100 обеспечивает доступ к следующим элементам.

Свойства

  Имя Описание
Открытое свойство HostBufferManager Инфраструктура. Sets the buffer manager instance of the host.
Открытое свойство HostComponentMetaData Инфраструктура. Sets the component metadata instance of the host.
Открытое свойство HostEventInfos Инфраструктура. Sets the event information instance of the host.
Открытое свойство HostLogEntryInfos Инфраструктура. Sets the log entry information instance of the host.
Открытое свойство HostReferenceTracker Sets the reference tracker instance of the host.
Открытое свойство HostVariableDispenser Инфраструктура. Sets the variable dispenser instance of the host.

В начало

Методы

  Имя Описание
Открытый метод HostAcquireConnections Инфраструктура. Acquires host connections.
Открытый метод HostCheckAndPerformUpgrade Инфраструктура. Checks the host and performs upgrade.
Открытый метод HostCleanup Инфраструктура. Performs a host cleanup.
Открытый метод HostDeleteExternalMetadataColumn Инфраструктура. Deletes the host external metadata column.
Открытый метод HostDeleteInput Инфраструктура. Deletes the input associated with t6he host.
Открытый метод HostDeleteOutput Инфраструктура. Deletes output associated with the host.
Открытый метод HostDeleteOutputColumn Инфраструктура. Deletes host output column.
Открытый метод HostDescribeRedirectedErrorCode Инфраструктура. Describes the redirected error codes for the host.
Открытый метод HostInsertExternalMetadataColumnAt Инфраструктура. Inserts host metadata column at specified index.
Открытый метод HostInsertInput Инфраструктура. Inserts host input.
Открытый метод HostInsertOutput Инфраструктура. Inserts host output.
Открытый метод HostInsertOutputColumnAt Инфраструктура. Inserts host output column at specified index.
Открытый метод HostMapInputColumn Инфраструктура. Locates the host input column.
Открытый метод HostMapOutputColumn Инфраструктура. Locates the host output column.
Открытый метод HostOnDeletingInputColumn Инфраструктура. Represents an event when the host deletes the input column.
Открытый метод HostOnInputPathAttached Инфраструктура. Represents an event when host attaches the input path.
Открытый метод HostOnInputPathDetached Инфраструктура. Represents an event when the host detaches the input path.
Открытый метод HostOnOutputPathAttached Инфраструктура. Represents an event when the host attaches the output path.
Открытый метод HostPostExecute Инфраструктура. Specifies the host after execution.
Открытый метод HostPreExecute Инфраструктура. Specifies the host before execution.
Открытый метод HostPrepareForExecute Инфраструктура. Prepares the host for execution.
Открытый метод HostPrimeOutput Represents the host prime output.
Открытый метод HostProcessInput Инфраструктура. Represents the host prime input.
Открытый метод HostProvideComponentProperties Инфраструктура. Provides the component properties for the host.
Открытый метод HostReinitializeMetaData Инфраструктура. Reinitializes the host metadata.
Открытый метод HostReleaseConnections Инфраструктура. Releases the host connection.
Открытый метод HostSetComponentProperty Инфраструктура. Sets the host component property.
Открытый метод HostSetExternalMetadataColumnDataTypeProperties Инфраструктура. Sets the host external metadata column data type properties.
Открытый метод HostSetExternalMetadataColumnProperty Инфраструктура. Sets the host external metadata column property.
Открытый метод HostSetInputColumnProperty Инфраструктура. Sets the host input column property.
Открытый метод HostSetInputProperty Инфраструктура. Sets the host input property.
Открытый метод HostSetOutputColumnDataTypeProperties Инфраструктура. Sets the host output column data type properties.
Открытый метод HostSetOutputColumnProperty Sets the host output column property.
Открытый метод HostSetOutputProperty Инфраструктура. Sets the host output property.
Открытый метод HostSetUsageType Инфраструктура. Sets the host usage type.
Открытый метод HostValidate Инфраструктура. Validates the host.
Открытый метод Instantiate Инфраструктура. Instantiates the IDTSManagedComponentHost100.

В начало

См. также

Справочник

Пространство имен Microsoft.SqlServer.Dts.Pipeline.Wrapper