ErrorSupport コンストラクター (IDTSComponentEvents100, String, String, Int32)
ErrorSupport クラスの新しいインスタンスを初期化します。
名前空間: Microsoft.SqlServer.Dts.ManagedMsg
アセンブリ: Microsoft.SqlServer.DtsMsg (Microsoft.SqlServer.DtsMsg.dll)
構文
'宣言
Public Sub New ( _
pIDTSEvents As IDTSComponentEvents100, _
strSubComponent As String, _
strHelpFile As String, _
HelpContext As Integer _
)
'使用
Dim pIDTSEvents As IDTSComponentEvents100
Dim strSubComponent As String
Dim strHelpFile As String
Dim HelpContext As Integer
Dim instance As New ErrorSupport(pIDTSEvents, _
strSubComponent, strHelpFile, HelpContext)
public ErrorSupport(
IDTSComponentEvents100 pIDTSEvents,
string strSubComponent,
string strHelpFile,
int HelpContext
)
public:
ErrorSupport(
IDTSComponentEvents100^ pIDTSEvents,
String^ strSubComponent,
String^ strHelpFile,
int HelpContext
)
new :
pIDTSEvents:IDTSComponentEvents100 *
strSubComponent:string *
strHelpFile:string *
HelpContext:int -> ErrorSupport
public function ErrorSupport(
pIDTSEvents : IDTSComponentEvents100,
strSubComponent : String,
strHelpFile : String,
HelpContext : int
)
パラメーター
- pIDTSEvents
型: Microsoft.SqlServer.Dts.Runtime.Wrapper. . :: . .IDTSComponentEvents100
ErrorSupport クラスがメッセージの生成に使用する IDTSComponentEvents100 インスタンスです。
- strSubComponent
型: System. . :: . .String
コンポーネントの表示名です。
- strHelpFile
型: System. . :: . .String
ErrorSupport クラスが生成するメッセージに関する追加情報を提供するヘルプ ファイルです。
- HelpContext
型: System. . :: . .Int32
ErrorSupport クラスが生成するメッセージに関する追加情報を提供するヘルプ ファイル内の場所です。