Примечание.
Для доступа к этой странице требуется авторизация. Вы можете попробовать войти или изменить каталоги.
Для доступа к этой странице требуется авторизация. Вы можете попробовать изменить каталоги.
Этот 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. |
В начало
.gif)