IDTSComponentMetaData90.FireInformation Method
OnInformation イベントを発生させます。
名前空間: Microsoft.SqlServer.Dts.Pipeline.Wrapper
アセンブリ: Microsoft.SqlServer.DTSPipelineWrap (microsoft.sqlserver.dtspipelinewrap.dll 内)
構文
'宣言
<DispIdAttribute(128)> _
Sub FireInformation ( _
<InAttribute> InformationCode As Integer, _
<InAttribute> SubComponent As String, _
<InAttribute> Description As String, _
<InAttribute> HelpFile As String, _
<InAttribute> HelpContext As Integer, _
<InAttribute> <OutAttribute> ByRef pbFireAgain As Boolean _
)
[DispIdAttribute(128)]
void FireInformation (
[InAttribute] int InformationCode,
[InAttribute] string SubComponent,
[InAttribute] string Description,
[InAttribute] string HelpFile,
[InAttribute] int HelpContext,
[InAttribute] out bool pbFireAgain
)
[DispIdAttribute(128)]
void FireInformation (
[InAttribute] int InformationCode,
[InAttribute] String^ SubComponent,
[InAttribute] String^ Description,
[InAttribute] String^ HelpFile,
[InAttribute] int HelpContext,
[InAttribute] [OutAttribute] bool% pbFireAgain
)
/** @attribute DispIdAttribute(128) */
void FireInformation (
/** @attribute InAttribute() */ int InformationCode,
/** @attribute InAttribute() */ String SubComponent,
/** @attribute InAttribute() */ String Description,
/** @attribute InAttribute() */ String HelpFile,
/** @attribute InAttribute() */ int HelpContext,
/** @attribute InAttribute() */ /** @attribute OutAttribute() */ /** @ref */ boolean pbFireAgain
)
JScript は、値と型の引数の参照渡しをサポートしていません。
パラメータ
- InformationCode
コンポーネント定義の情報コードです。
- SubComponent
イベントを発生させるコンポーネントの名前です。
- Description
情報イベントの説明です。
- HelpFile
エラー イベントに関する詳細な情報を提供するヘルプ ファイルです。
- HelpContext
エラーのコンテキスト ID です。
- pbFireAgain
コンポーネントの実行をキャンセルするかどうかを指定します。
解説
コンポーネントのデザイン時には情報は視覚的にキャプチャされないため、OnInformation イベントはコンポーネントの実行時にのみ発生します。
pbFireAgain パラメータはランタイムで設定され、任意のクライアントがイベントを待機しているかどうかを示します。コンポーネントはこのパラメータの値をローカルに格納し、再度イベントを発生させる前に値を評価します。pbFireAgain パラメータの値が false である場合、イベントは発生しません。
スレッド セーフ
この型の public static (Microsoft Visual Basic では共有 ) メンバは、スレッド セーフです。インスタンス メンバの場合は、スレッド セーフであるとは限りません。
プラットフォーム
開発プラットフォーム
サポートされているプラットフォームの一覧については、「SQL Server 2005 のインストールに必要なハードウェアおよびソフトウェア」を参照してください。
対象プラットフォーム
サポートされているプラットフォームの一覧については、「SQL Server 2005 のインストールに必要なハードウェアおよびソフトウェア」を参照してください。
参照
関連項目
IDTSComponentMetaData90 Interface
IDTSComponentMetaData90 Members
Microsoft.SqlServer.Dts.Pipeline.Wrapper Namespace