共用方式為


IDTSComponentMetaData100.FireWarning 方法

Raises an OnWarning event.

命名空間:  Microsoft.SqlServer.Dts.Pipeline.Wrapper
組件:  Microsoft.SqlServer.DTSPipelineWrap (在 Microsoft.SqlServer.DTSPipelineWrap.dll 中)

語法

'宣告
Sub FireWarning ( _
    WarningCode As Integer, _
    SubComponent As String, _
    Description As String, _
    HelpFile As String, _
    HelpContext As Integer _
)
'用途
Dim instance As IDTSComponentMetaData100 
Dim WarningCode As Integer 
Dim SubComponent As String 
Dim Description As String 
Dim HelpFile As String 
Dim HelpContext As Integer

instance.FireWarning(WarningCode, SubComponent, _
    Description, HelpFile, HelpContext)
void FireWarning(
    int WarningCode,
    string SubComponent,
    string Description,
    string HelpFile,
    int HelpContext
)
void FireWarning(
    [InAttribute] int WarningCode, 
    [InAttribute] String^ SubComponent, 
    [InAttribute] String^ Description, 
    [InAttribute] String^ HelpFile, 
    [InAttribute] int HelpContext
)
abstract FireWarning : 
        WarningCode:int * 
        SubComponent:string * 
        Description:string * 
        HelpFile:string * 
        HelpContext:int -> unit
function FireWarning(
    WarningCode : int, 
    SubComponent : String, 
    Description : String, 
    HelpFile : String, 
    HelpContext : int
)

參數

  • WarningCode
    型別:System.Int32
    The component-defined error code.
  • SubComponent
    型別:System.String
    The name of the component that raises the warning.
  • Description
    型別:System.String
    The description of the warning.
  • HelpFile
    型別:System.String
    The help file that contains more information about the warning.
  • HelpContext
    型別:System.Int32
    The help context ID of the warning.

備註

An OnWarning event can be raised during package design or execution. During design time, warnings are displayed in the Task List window and cause the yellow exclamation icon to be displayed next to the component shape.

請參閱

參考

IDTSComponentMetaData100 介面

Microsoft.SqlServer.Dts.Pipeline.Wrapper 命名空間