DataflowErrorSupport Constructor (IDTSComponentMetaData100, String, String, Int32)
Initializes a new instance of the DataflowErrorSupport class.
Namespace: Microsoft.SqlServer.Dts.ManagedMsg
Assembly: Microsoft.SqlServer.DtsMsg (in microsoft.sqlserver.dtsmsg.dll)
Syntax
'Deklaracja
Public Sub New ( _
pIDTSCMD As IDTSComponentMetaData100, _
strSubComponent As String, _
strHelpFile As String, _
HelpContext As Integer _
)
public DataflowErrorSupport (
IDTSComponentMetaData100 pIDTSCMD,
string strSubComponent,
string strHelpFile,
int HelpContext
)
public:
DataflowErrorSupport (
IDTSComponentMetaData100^ pIDTSCMD,
String^ strSubComponent,
String^ strHelpFile,
int HelpContext
)
public DataflowErrorSupport (
IDTSComponentMetaData100 pIDTSCMD,
String strSubComponent,
String strHelpFile,
int HelpContext
)
public function DataflowErrorSupport (
pIDTSCMD : IDTSComponentMetaData100,
strSubComponent : String,
strHelpFile : String,
HelpContext : int
)
Parameters
- pIDTSCMD
The data flow component with which the DataflowErrorSupport instance is associated.
- strSubComponent
The friendly name of the component.
- strHelpFile
The help file that provides additional information about the messages that the DataflowErrorSupport raises.
- HelpContext
The location in the help file that provides additional information about the messages that the DataflowErrorSupport raises.
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.
Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.