DataflowErrorSupport Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of the DataflowErrorSupport class.
Overloads
DataflowErrorSupport(IDTSComponentMetaData100) |
Initializes a new instance of the DataflowErrorSupport class. |
DataflowErrorSupport(IDTSComponentMetaData100, String, String, Int32) |
Initializes a new instance of the DataflowErrorSupport class. |
DataflowErrorSupport(IDTSComponentMetaData100)
Initializes a new instance of the DataflowErrorSupport class.
public:
DataflowErrorSupport(Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSComponentMetaData100 ^ pIDTSCMD);
public DataflowErrorSupport (Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSComponentMetaData100 pIDTSCMD);
new Microsoft.SqlServer.Dts.ManagedMsg.DataflowErrorSupport : Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSComponentMetaData100 -> Microsoft.SqlServer.Dts.ManagedMsg.DataflowErrorSupport
Public Sub New (pIDTSCMD As IDTSComponentMetaData100)
Parameters
- pIDTSCMD
- IDTSComponentMetaData100
The data flow component with which the DataflowErrorSupport instance is associated.
Applies to
DataflowErrorSupport(IDTSComponentMetaData100, String, String, Int32)
Initializes a new instance of the DataflowErrorSupport class.
public:
DataflowErrorSupport(Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSComponentMetaData100 ^ pIDTSCMD, System::String ^ strSubComponent, System::String ^ strHelpFile, int HelpContext);
public DataflowErrorSupport (Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSComponentMetaData100 pIDTSCMD, string strSubComponent, string strHelpFile, int HelpContext);
new Microsoft.SqlServer.Dts.ManagedMsg.DataflowErrorSupport : Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSComponentMetaData100 * string * string * int -> Microsoft.SqlServer.Dts.ManagedMsg.DataflowErrorSupport
Public Sub New (pIDTSCMD As IDTSComponentMetaData100, strSubComponent As String, strHelpFile As String, HelpContext As Integer)
Parameters
- pIDTSCMD
- IDTSComponentMetaData100
The data flow component with which the DataflowErrorSupport instance is associated.
- strSubComponent
- String
The friendly name of the component.
- strHelpFile
- String
The help file that provides additional information about the messages that the DataflowErrorSupport raises.
- HelpContext
- Int32
The location in the help file that provides additional information about the messages that the DataflowErrorSupport raises.