IDTSInfoEvents.FireInformation Method
情報イベントを起動します。
名前空間: Microsoft.SqlServer.Dts.Runtime
アセンブリ: Microsoft.SqlServer.ManagedDTS (microsoft.sqlserver.manageddts.dll 内)
構文
'宣言
Sub FireInformation ( _
informationCode As Integer, _
subComponent As String, _
description As String, _
helpFile As String, _
helpContext As Integer, _
ByRef fireAgain As Boolean _
)
void FireInformation (
int informationCode,
string subComponent,
string description,
string helpFile,
int helpContext,
ref bool fireAgain
)
void FireInformation (
int informationCode,
String^ subComponent,
String^ description,
String^ helpFile,
int helpContext,
bool% fireAgain
)
void FireInformation (
int informationCode,
String subComponent,
String description,
String helpFile,
int helpContext,
/** @ref */ boolean fireAgain
)
JScript は、値と型の引数の参照渡しをサポートしていません。
パラメータ
- informationCode
情報メッセージを識別する Integer です。
- subComponent
ソース内のサブモジュール (たとえば、パイプライン タスクの変換など) を識別する任意の文字列です。
- description
メッセージのテキストです。
- helpFile
詳細な情報を含むヘルプ ファイルのパスです。
- helpContext
ヘルプ ファイルのトピックの識別子です。
- fireAgain
タスクの実行を続行する必要があるかどうかを示す Boolean です。値が true の場合は、エラーが発生したらタスクをキャンセルすることを示します。値が false の場合は、エラーが発生してもタスクの実行を停止せず、タスクを続行することを示します。
解説
問題ではない事項に関する情報を提供します。
スレッド セーフ
この型の public static (Microsoft Visual Basic では共有 ) メンバは、スレッド セーフです。インスタンス メンバの場合は、スレッド セーフであるとは限りません。
プラットフォーム
開発プラットフォーム
サポートされているプラットフォームの一覧については、「SQL Server 2005 のインストールに必要なハードウェアおよびソフトウェア」を参照してください。
対象プラットフォーム
サポートされているプラットフォームの一覧については、「SQL Server 2005 のインストールに必要なハードウェアおよびソフトウェア」を参照してください。
参照
関連項目
IDTSInfoEvents Interface
IDTSInfoEvents Members
Microsoft.SqlServer.Dts.Runtime Namespace