IDTSInfoEvents100.FireInformation メソッド

この API は、SQL Server 2012 インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。

情報イベントを起動します。

名前空間:  Microsoft.SqlServer.Dts.Runtime.Wrapper
アセンブリ:  Microsoft.SqlServer.DTSRuntimeWrap (Microsoft.SqlServer.DTSRuntimeWrap.dll)

構文

'宣言
Sub FireInformation ( _
    InformationCode As Integer, _
    SubComponent As String, _
    Description As String, _
    HelpFile As String, _
    HelpContext As Integer, _
    <OutAttribute> ByRef pbFireAgain As Boolean _
)
'使用
Dim instance As IDTSInfoEvents100 
Dim InformationCode As Integer 
Dim SubComponent As String 
Dim Description As String 
Dim HelpFile As String 
Dim HelpContext As Integer 
Dim pbFireAgain As Boolean

instance.FireInformation(InformationCode, _
    SubComponent, Description, HelpFile, _
    HelpContext, pbFireAgain)
void FireInformation(
    int InformationCode,
    string SubComponent,
    string Description,
    string HelpFile,
    int HelpContext,
    out bool pbFireAgain
)
void FireInformation(
    [InAttribute] int InformationCode, 
    [InAttribute] String^ SubComponent, 
    [InAttribute] String^ Description, 
    [InAttribute] String^ HelpFile, 
    [InAttribute] int HelpContext, 
    [InAttribute] [OutAttribute] bool% pbFireAgain
)
abstract FireInformation : 
        InformationCode:int * 
        SubComponent:string * 
        Description:string * 
        HelpFile:string * 
        HelpContext:int * 
        pbFireAgain:bool byref -> unit
function FireInformation(
    InformationCode : int, 
    SubComponent : String, 
    Description : String, 
    HelpFile : String, 
    HelpContext : int, 
    pbFireAgain : boolean
)

パラメーター

  • InformationCode
    型: System.Int32
    情報メッセージを識別する Integer です。
  • SubComponent
    型: System.String
    ソース内のサブモジュールを識別する任意の文字列です
  • Description
    型: System.String
    メッセージのテキストです。
  • HelpFile
    型: System.String
    詳細な情報を含むヘルプ ファイルのパスです。
  • HelpContext
    型: System.Int32
    ヘルプ ファイルのトピックの識別子です。
  • pbFireAgain
    型: System.Boolean%
    タスクの実行を続行する必要があるかどうかを示す Boolean です。 値が true の場合は、エラーが発生したらタスクを取り消すことを示します。

関連項目

参照

IDTSInfoEvents100 インターフェイス

Microsoft.SqlServer.Dts.Runtime.Wrapper 名前空間