Freigeben über


ASTaskBase.FireError-Methode (Int32, String, String, String)

Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

Raises an event when an error occurs.

Namespace:  Microsoft.DataTransformationServices.Tasks.DTSProcessingTask
Assembly:  Microsoft.SqlServer.ASTasks (in Microsoft.SqlServer.ASTasks.dll)

Syntax

'Declaration
Protected Sub FireError ( _
    errorCode As Integer, _
    subComponent As String, _
    message As String, _
    helpLink As String _
)
'Usage
Dim errorCode As Integer 
Dim subComponent As String 
Dim message As String 
Dim helpLink As String 

Me.FireError(errorCode, subComponent, _
    message, helpLink)
protected void FireError(
    int errorCode,
    string subComponent,
    string message,
    string helpLink
)
protected:
void FireError(
    int errorCode, 
    String^ subComponent, 
    String^ message, 
    String^ helpLink
)
member FireError : 
        errorCode:int * 
        subComponent:string * 
        message:string * 
        helpLink:string -> unit
protected function FireError(
    errorCode : int, 
    subComponent : String, 
    message : String, 
    helpLink : String
)

Parameter

  • errorCode
    Typ: System.Int32
    An Integer that identifies the error message.
  • subComponent
    Typ: System.String
    A String that contains more detail about the event source.
  • helpLink
    Typ: System.String
    The path to the Help file that contains detailed information.

Siehe auch

Verweis

ASTaskBase Klasse

FireError-Überladung

Microsoft.DataTransformationServices.Tasks.DTSProcessingTask-Namespace