This documentation is archived and is not being maintained.
CManagedComponentWrapperClass Class
Namespace:
Microsoft.SqlServer.Dts.Pipeline.Wrapper.Sql2012Assembly:
Microsoft.SqlServer.DTSPipelineWrap (in Microsoft.SqlServer.DTSPipelineWrap.dll)
System::Object Microsoft.SqlServer.Dts.Pipeline.Wrapper.Sql2012::CManagedComponentWrapperClass
[ClassInterfaceAttribute(ClassInterfaceType::None)]
[TypeLibTypeAttribute(TypeLibTypeFlags::FCanCreate | TypeLibTypeFlags::FAggregatable)]
[GuidAttribute("874F7595-FB5F-40FF-96AF-FBFF8250E3EF")]
public ref class CManagedComponentWrapperClass : IDTSDesigntimeComponent100,
CManagedComponentWrapper, IDTSRuntimeComponent100
| Name | Description |
|---|
 | AcquireConnections(Object^) | |
 | Cleanup() | |
 | DeleteExternalMetadataColumn(Int32, Int32) | |
 | DeleteInput(Int32) | |
 | DeleteOutput(Int32) | |
 | DeleteOutputColumn(Int32, Int32) | |
 | DescribeRedirectedErrorCode(Int32) | |
 | Equals(Object^) | |
 | Finalize() | |
 | GetEnumerationCollection(String^) | |
 | GetHashCode() | |
 | GetType() | |
 | InsertExternalMetadataColumnAt(Int32, Int32, String^, String^) | |
 | InsertInput(DTSInsertPlacement, Int32) | |
 | InsertOutput(DTSInsertPlacement, Int32) | |
 | InsertOutputColumnAt(Int32, Int32, String^, String^) | |
 | MapInputColumn(Int32, Int32, Int32) | |
 | MapOutputColumn(Int32, Int32, Int32, Boolean) | |
 | MemberwiseClone() | |
 | OnDeletingInputColumn(Int32, Int32) | |
 | OnInputPathAttached(Int32) | |
 | OnInputPathDetached(Int32) | |
 | OnOutputPathAttached(Int32) | |
 | PerformUpgrade(Int32) | |
 | PostExecute() | |
 | PreExecute() | |
 | PrepareForExecute() | |
 | PrimeOutput(Int32, Int32%, IDTSBuffer100^%) | |
 | ProcessInput(Int32, IDTSBuffer100^) | |
 | ProvideComponentProperties() | |
 | ReinitializeMetaData() | |
 | ReleaseConnections() | |
 | SetComponentProperty(String^, Object^) | |
 | SetExternalMetadataColumnDataTypeProperties(Int32, Int32, DataType, Int32, Int32, Int32, Int32) | |
 | SetExternalMetadataColumnProperty(Int32, Int32, String^, Object^) | |
 | SetInputColumnProperty(Int32, Int32, String^, Object^) | |
 | SetInputProperty(Int32, String^, Object^) | |
 | SetOutputColumnDataTypeProperties(Int32, Int32, DataType, Int32, Int32, Int32, Int32) | |
 | SetOutputColumnProperty(Int32, Int32, String^, Object^) | |
 | SetOutputProperty(Int32, String^, Object^) | |
 | SetUsageType(Int32, IDTSVirtualInput100^, Int32, DTSUsageType) | |
 | ToString() | |
 | Validate() | |
Any public static (
Shared
in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Return to top