Fires an informational event.
命名空间: Microsoft.SqlServer.Dts.Runtime
程序集: Microsoft.SqlServer.ManagedDTS (in 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
 An Integer that identifies the information message.
- subComponent
 An arbitrary string that identifies the sub-module within a source:for example, the transformation in a Pipeline task.
- description
 Text of the message.
- helpFile
 The path to the Help file that contains detailed information.
- helpContext
 Identifier of the topic in the Help file.
- fireAgain
 A Boolean that indicates whether the task should continue executing. A value of true indicates that the error should cause the task to cancel. A value of false indicates that the error should not stop the task from executing, but the task should continue.
备注
Provides information about a non-problematic issue.
线程安全
Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
平台
开发平台
有关支持的平台列表,请参阅安装 SQL Server 2005 的硬件和软件要求。
目标平台
有关支持的平台列表,请参阅安装 SQL Server 2005 的硬件和软件要求。
请参阅
参考
IDTSInfoEvents Interface
IDTSInfoEvents Members
Microsoft.SqlServer.Dts.Runtime Namespace