This documentation is archived and is not being maintained.
IDTSComponentMetaData130 Interface
Namespace:
Microsoft.SqlServer.Dts.Pipeline.Wrapper Assembly:
Microsoft.SqlServer.DTSPipelineWrap (in Microsoft.SqlServer.DTSPipelineWrap.dll)
[TypeLibTypeAttribute(TypeLibTypeFlags::FDual | TypeLibTypeFlags::FDispatchable)]
[GuidAttribute("ED6B983F-1DCB-4BA6-90CE-8166E61BE626" )]
public interface class IDTSComponentMetaData130 : IDTSComponentMetaData100
Name Description FireCustomEvent(String^, String^, array<Object^>^%, String^, Boolean%) FireError(Int32, String^, String^, String^, Int32, Boolean%) FireInformation(Int32, String^, String^, String^, Int32, Boolean%) FireProgress(String^, Int32, Int32, Int32, String^, Boolean%) FireWarning(Int32, String^, String^, String^, Int32) GetComponentView() GetErrorDescription(Int32) GetIdentificationStringByID(Int32) Gets the identification string for a column referenced in an error output by providing a valid ID for the column.
IncrementPipelinePerfCounter(UInt32, UInt32) Instantiate() PostLogMessage(String^, String^, String^, DateTime, DateTime, Int32, array<Byte>^%) RemoveInvalidInputColumns() Validate()
Return to top