ErrorSupport 建構 (IDTSComponentMetaData100, String, String, Int32)
Initializes a new instance of the ErrorSupport class.
命名空間: Microsoft.SqlServer.Dts.ManagedMsg
組件: Microsoft.SqlServer.DtsMsg (在 Microsoft.SqlServer.DtsMsg.dll 中)
語法
'宣告
Protected Sub New ( _
pIDTSCMD As IDTSComponentMetaData100, _
strSubComponent As String, _
strHelpFile As String, _
HelpContext As Integer _
)
'用途
Dim pIDTSCMD As IDTSComponentMetaData100
Dim strSubComponent As String
Dim strHelpFile As String
Dim HelpContext As Integer
Dim instance As New ErrorSupport(pIDTSCMD, _
strSubComponent, strHelpFile, HelpContext)
protected ErrorSupport(
IDTSComponentMetaData100 pIDTSCMD,
string strSubComponent,
string strHelpFile,
int HelpContext
)
protected:
ErrorSupport(
IDTSComponentMetaData100^ pIDTSCMD,
String^ strSubComponent,
String^ strHelpFile,
int HelpContext
)
new :
pIDTSCMD:IDTSComponentMetaData100 *
strSubComponent:string *
strHelpFile:string *
HelpContext:int -> ErrorSupport
protected function ErrorSupport(
pIDTSCMD : IDTSComponentMetaData100,
strSubComponent : String,
strHelpFile : String,
HelpContext : int
)
參數
- pIDTSCMD
型別:Microsoft.SqlServer.Dts.Pipeline.Wrapper. . :: . .IDTSComponentMetaData100
The IDTSComponentMetadata100 instance that the ErrorSupport class will use to raise messages.
- strSubComponent
型別:System. . :: . .String
The friendly name of the component.
- strHelpFile
型別:System. . :: . .String
The help file that provides additional information about the messages that the ErrorSupport class raises.
- HelpContext
型別:System. . :: . .Int32
The location in the help file that provides additional information about the messages that the ErrorSupport class raises.