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


Интерфейс IDTSManagedComponentWrapper100

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

Represents the DTS managed component wrapper.

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

Синтаксис

'Декларация
<GuidAttribute("DE6FBC6F-4871-4CED-8EBC-D7DD96DC42FF")> _
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
Public Interface IDTSManagedComponentWrapper100
'Применение
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

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

Методы

  Имя Описание
Открытый метод AddBLOBData Инфраструктура. Adds BLOB data for the IDTSManagedComponentWrapper100.
Открытый метод AddBLOBDataLen Инфраструктура. Adds BLOB data for the IDTSManagedComponentWrapper100.
Открытый метод GetBLOBData Инфраструктура. Gets the BLOB data.
Открытый метод WrapperAcquireConnections Инфраструктура. Acquires connection for the component wrapper.
Открытый метод WrapperDeleteExternalMetadataColumn Инфраструктура. Deletes external metadata column from the wrapper.
Открытый метод WrapperDeleteInput Инфраструктура. Deletes an input from the wrapper.
Открытый метод WrapperDeleteOutput Инфраструктура. Deletes an output from the wrapper.
Открытый метод WrapperDeleteOutputColumn Инфраструктура. Deletes an output column for the wrapper.
Открытый метод WrapperDescribeRedirectedErrorCode Инфраструктура. Describes the redirected error codes for the wrapper.
Открытый метод WrapperInsertExternalMetadataColumnAt Инфраструктура. Inserts an external metadata at a specified column.
Открытый метод WrapperInsertInput Инфраструктура. Inserts an input from the wrapper.
Открытый метод WrapperInsertOutput Инфраструктура. Inserts an output from the wrapper.
Открытый метод WrapperInsertOutputColumnAt Инфраструктура. Inserts an output from the wrapper at a specified column.
Открытый метод WrapperMapInputColumn Инфраструктура. Locates an input column of the wrapper.
Открытый метод WrapperMapOutputColumn Инфраструктура. Locates an output column of the wrapper.
Открытый метод WrapperOnDeletingInputColumn Инфраструктура. Deletes an input column.
Открытый метод WrapperOnInputPathAttached Инфраструктура. Represents the event occurred when an input path is attached.
Открытый метод WrapperOnInputPathDetached Инфраструктура. Represents the event occurred when an input path is detached.
Открытый метод WrapperOnOutputPathAttached Инфраструктура. Represents the event occurred when an output path is attached.
Открытый метод WrapperProvideComponentProperties Инфраструктура. Provides component properties for the wrapper.
Открытый метод WrapperReinitializeMetaData Инфраструктура. Reinitializes the metadata for the wrapper.
Открытый метод WrapperReleaseConnections Инфраструктура. Releases the wrapper connection.
Открытый метод WrapperSetComponentProperty Инфраструктура. Sets the component property for the wrapper.
Открытый метод WrapperSetExternalMetadataColumnDataTypeProperties Инфраструктура. Sets an external metadata column datatype properties for the wrapper.
Открытый метод WrapperSetExternalMetadataColumnProperty Инфраструктура. Sets the external metadata column property of the wrapper.
Открытый метод WrapperSetInputColumnProperty Инфраструктура. Sets the input column property.
Открытый метод WrapperSetInputProperty Инфраструктура. Sets the input property of the wrapper.
Открытый метод WrapperSetOutputColumnDataTypeProperties Инфраструктура. Sets the output column data type properties.
Открытый метод WrapperSetOutputColumnProperty Инфраструктура. Sets the output column property of the wrapper.
Открытый метод WrapperSetOutputProperty Инфраструктура. Sets the output property of the wrapper.
Открытый метод WrapperSetUsageType Инфраструктура. Sets the usage type for the wrapper.
Открытый метод WrapperValidate Инфраструктура. Validates the wrapper.

В начало

См. также

Справочник

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