CManagedComponentWrapper 介面

定義

public interface class CManagedComponentWrapper : Microsoft::SqlServer::Dts::Pipeline::Wrapper::Sql2017::IDTSDesigntimeComponent100
[System.Runtime.InteropServices.CoClass(typeof(Microsoft.SqlServer.Dts.Pipeline.Wrapper.Sql2017.CManagedComponentWrapperClass))]
[System.Runtime.InteropServices.Guid("E1ACC72B-14CE-4A91-B45F-E87773C1ABB5")]
public interface CManagedComponentWrapper : Microsoft.SqlServer.Dts.Pipeline.Wrapper.Sql2017.IDTSDesigntimeComponent100
[<System.Runtime.InteropServices.CoClass(typeof(Microsoft.SqlServer.Dts.Pipeline.Wrapper.Sql2017.CManagedComponentWrapperClass))>]
[<System.Runtime.InteropServices.Guid("E1ACC72B-14CE-4A91-B45F-E87773C1ABB5")>]
type CManagedComponentWrapper = interface
    interface IDTSDesigntimeComponent100
Public Interface CManagedComponentWrapper
Implements IDTSDesigntimeComponent100
衍生
屬性
實作

方法

名稱 Description
AcquireConnections(Object) (繼承來源 IDTSDesigntimeComponent100)
DeleteExternalMetadataColumn(Int32, Int32) (繼承來源 IDTSDesigntimeComponent100)
DeleteInput(Int32) (繼承來源 IDTSDesigntimeComponent100)
DeleteOutput(Int32) (繼承來源 IDTSDesigntimeComponent100)
DeleteOutputColumn(Int32, Int32) (繼承來源 IDTSDesigntimeComponent100)
DescribeRedirectedErrorCode(Int32) (繼承來源 IDTSDesigntimeComponent100)
GetEnumerationCollection(String) (繼承來源 IDTSDesigntimeComponent100)
InsertExternalMetadataColumnAt(Int32, Int32, String, String) (繼承來源 IDTSDesigntimeComponent100)
InsertInput(DTSInsertPlacement, Int32) (繼承來源 IDTSDesigntimeComponent100)
InsertOutput(DTSInsertPlacement, Int32) (繼承來源 IDTSDesigntimeComponent100)
InsertOutputColumnAt(Int32, Int32, String, String) (繼承來源 IDTSDesigntimeComponent100)
MapInputColumn(Int32, Int32, Int32) (繼承來源 IDTSDesigntimeComponent100)
MapOutputColumn(Int32, Int32, Int32, Boolean) (繼承來源 IDTSDesigntimeComponent100)
OnDeletingInputColumn(Int32, Int32) (繼承來源 IDTSDesigntimeComponent100)
OnInputPathAttached(Int32) (繼承來源 IDTSDesigntimeComponent100)
OnInputPathDetached(Int32) (繼承來源 IDTSDesigntimeComponent100)
OnOutputPathAttached(Int32) (繼承來源 IDTSDesigntimeComponent100)
ProvideComponentProperties() (繼承來源 IDTSDesigntimeComponent100)
ReinitializeMetaData() (繼承來源 IDTSDesigntimeComponent100)
ReleaseConnections() (繼承來源 IDTSDesigntimeComponent100)
SetComponentProperty(String, Object) (繼承來源 IDTSDesigntimeComponent100)
SetExternalMetadataColumnDataTypeProperties(Int32, Int32, DataType, Int32, Int32, Int32, Int32) (繼承來源 IDTSDesigntimeComponent100)
SetExternalMetadataColumnProperty(Int32, Int32, String, Object) (繼承來源 IDTSDesigntimeComponent100)
SetInputColumnProperty(Int32, Int32, String, Object) (繼承來源 IDTSDesigntimeComponent100)
SetInputProperty(Int32, String, Object) (繼承來源 IDTSDesigntimeComponent100)
SetOutputColumnDataTypeProperties(Int32, Int32, DataType, Int32, Int32, Int32, Int32) (繼承來源 IDTSDesigntimeComponent100)
SetOutputColumnProperty(Int32, Int32, String, Object) (繼承來源 IDTSDesigntimeComponent100)
SetOutputProperty(Int32, String, Object) (繼承來源 IDTSDesigntimeComponent100)
SetUsageType(Int32, IDTSVirtualInput100, Int32, DTSUsageType) (繼承來源 IDTSDesigntimeComponent100)
Validate() (繼承來源 IDTSDesigntimeComponent100)

適用於