次の方法で共有


DefaultEvents.OnInformation Method

このイベントは、タスクが情報を提供する場合に随時生成されます。

名前空間: Microsoft.SqlServer.Dts.Runtime
アセンブリ: Microsoft.SqlServer.ManagedDTS (microsoft.sqlserver.manageddts.dll 内)

構文

'宣言
Public Overridable Sub OnInformation ( _
    source As DtsObject, _
    informationCode As Integer, _
    subComponent As String, _
    description As String, _
    helpFile As String, _
    helpContext As Integer, _
    idofInterfaceWithError As String, _
    ByRef fireAgain As Boolean _
)
public virtual void OnInformation (
    DtsObject source,
    int informationCode,
    string subComponent,
    string description,
    string helpFile,
    int helpContext,
    string idofInterfaceWithError,
    ref bool fireAgain
)
public:
virtual void OnInformation (
    DtsObject^ source, 
    int informationCode, 
    String^ subComponent, 
    String^ description, 
    String^ helpFile, 
    int helpContext, 
    String^ idofInterfaceWithError, 
    bool% fireAgain
)
public void OnInformation (
    DtsObject source, 
    int informationCode, 
    String subComponent, 
    String description, 
    String helpFile, 
    int helpContext, 
    String idofInterfaceWithError, 
    /** @ref */ boolean fireAgain
)
JScript は、値と型の引数の参照渡しをサポートしていません。

パラメータ

  • source
    イベントの原因になったオブジェクトです。
  • informationCode
    メッセージを識別する整数です。source パラメータと組み合わされる場合、sourceinformationCode の組み合わせが一意となるよう、この識別子は一意である必要があります。ただし、informationCode が単独で一意である必要はありません。
  • subComponent
    ソース内のサブモジュールを識別する任意の文字列です (パイプライン タスクの変換など)。
  • description
    メッセージのテキストです。
  • helpFile
    詳細な情報を含むヘルプ ファイルのパスです。
  • helpContext
    ヘルプ ファイルのトピックの識別子です。
  • idofInterfaceWithError
    エラーの原因となったインターフェイスの GUID のテキスト表現です。
  • fireAgain
    クライアントがこのメッセージを受信するかどうかを示す Boolean です。このイベントを将来再び受信する場合、クライアントはこれを true に設定する必要があります。

解説

警告と比較すると、情報イベントは、必ずしもデータの損失やその他の問題の原因を示さない重要な情報を伝えます。ただし、ログ エントリより保証できるだけの重要性があります。

スレッド セーフ

この型の public static (Microsoft Visual Basic では共有 ) メンバは、スレッド セーフです。インスタンス メンバの場合は、スレッド セーフであるとは限りません。

プラットフォーム

開発プラットフォーム

サポートされているプラットフォームの一覧については、「SQL Server 2005 のインストールに必要なハードウェアおよびソフトウェア」を参照してください。

対象プラットフォーム

サポートされているプラットフォームの一覧については、「SQL Server 2005 のインストールに必要なハードウェアおよびソフトウェア」を参照してください。

参照

関連項目

DefaultEvents Class
DefaultEvents Members
Microsoft.SqlServer.Dts.Runtime Namespace