IDTSInfoEvents.FireInformation メソッド
情報イベントを起動します。
名前空間: 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 _
)
'使用
Dim instance As IDTSInfoEvents
Dim informationCode As Integer
Dim subComponent As String
Dim description As String
Dim helpFile As String
Dim helpContext As Integer
Dim fireAgain As Boolean
instance.FireInformation(informationCode, _
subComponent, description, helpFile, _
helpContext, fireAgain)
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
)
abstract FireInformation :
informationCode:int *
subComponent:string *
description:string *
helpFile:string *
helpContext:int *
fireAgain:bool byref -> unit
function FireInformation(
informationCode : int,
subComponent : String,
description : String,
helpFile : String,
helpContext : int,
fireAgain : boolean
)
パラメーター
- informationCode
型: System.Int32
情報メッセージを識別する Integer です。
- subComponent
型: System.String
ソース内のサブモジュール (たとえば、パイプライン タスクの変換など) を識別する任意の文字列です。
- description
型: System.String
メッセージのテキストです。
- helpFile
型: System.String
詳細な情報を含むヘルプ ファイルのパスです。
- helpContext
型: System.Int32
ヘルプ ファイルのトピックの識別子です。
- fireAgain
型: System.Boolean%
タスクの実行を続行する必要があるかどうかを示す Boolean です。 値が true の場合は、エラーが発生したらタスクを取り消すことを示します。 値が false の場合は、エラーが発生してもタスクの実行を停止せず、タスクを続行することを示します。
説明
問題ではない事項に関する情報を提供します。