Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Initializes a new instance of the DataflowErrorSupport class.
Namespace: Microsoft.SqlServer.Dts.ManagedMsg
Assembly: Microsoft.SqlServer.DtsMsg (in Microsoft.SqlServer.DtsMsg.dll)
Syntax
'Declaration
Public Sub New ( _
pIDTSCMD As IDTSComponentMetaData100, _
strSubComponent As String, _
strHelpFile As String, _
HelpContext As Integer _
)
'Usage
Dim pIDTSCMD As IDTSComponentMetaData100
Dim strSubComponent As String
Dim strHelpFile As String
Dim HelpContext As Integer
Dim instance As New DataflowErrorSupport(pIDTSCMD, _
strSubComponent, strHelpFile, HelpContext)
public DataflowErrorSupport(
IDTSComponentMetaData100 pIDTSCMD,
string strSubComponent,
string strHelpFile,
int HelpContext
)
public:
DataflowErrorSupport(
IDTSComponentMetaData100^ pIDTSCMD,
String^ strSubComponent,
String^ strHelpFile,
int HelpContext
)
new :
pIDTSCMD:IDTSComponentMetaData100 *
strSubComponent:string *
strHelpFile:string *
HelpContext:int -> DataflowErrorSupport
public function DataflowErrorSupport(
pIDTSCMD : IDTSComponentMetaData100,
strSubComponent : String,
strHelpFile : String,
HelpContext : int
)
Parameter
- pIDTSCMD
Typ: Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSComponentMetaData100
The data flow component with which the DataflowErrorSupport instance is associated.
- strSubComponent
Typ: System.String
The friendly name of the component.
- strHelpFile
Typ: System.String
The help file that provides additional information about the messages that the DataflowErrorSupport raises.
- HelpContext
Typ: System.Int32
The location in the help file that provides additional information about the messages that the DataflowErrorSupport raises.